diff options
Diffstat (limited to 'src/vpp-api/vom/interface.hpp')
-rw-r--r-- | src/vpp-api/vom/interface.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<route_domain> m_rd; + std::shared_ptr<route_domain> m_rd; /** * The state of the interface |