From 352ea0c4931b54012ce8d55634e3dd3f6ee6802b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 14 Nov 2017 11:04:28 -0800 Subject: VOM: interface RD update reconfigures L3 bindings Change-Id: I273e1ea28c3c146e4a88d031c790c1cc56dccf00 Signed-off-by: Neale Ranns --- src/vpp-api/vom/interface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vpp-api/vom/interface.hpp') diff --git a/src/vpp-api/vom/interface.hpp b/src/vpp-api/vom/interface.hpp index 6fdd1e1eb62..f11e3591a44 100644 --- a/src/vpp-api/vom/interface.hpp +++ b/src/vpp-api/vom/interface.hpp @@ -540,9 +540,9 @@ private: /** * shared pointer to the routeDoamin the interface is in. - * NULL is not mapped - i.e. in eht default table + * NULL is not mapped - i.e. in the default table */ - const std::shared_ptr m_rd; + std::shared_ptr m_rd; /** * The state of the interface -- cgit 1.2.3-korg