aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/l2_binding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/l2_binding.hpp')
-rw-r--r--src/vpp-api/vom/l2_binding.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp-api/vom/l2_binding.hpp b/src/vpp-api/vom/l2_binding.hpp
index ba97cab512c..d24f69ee33d 100644
--- a/src/vpp-api/vom/l2_binding.hpp
+++ b/src/vpp-api/vom/l2_binding.hpp
@@ -185,12 +185,12 @@ private:
* interface is bound to. By holding the reference here, we can
* guarantee that this object will outlive the BD.
*/
- const std::shared_ptr<bridge_domain> m_bd;
+ std::shared_ptr<bridge_domain> m_bd;
/**
* HW configuration for the binding. The bool representing the
* do/don't bind.
- */
+ */
HW::item<bool> m_binding;
/**