VOM: fixes for interface recreate on agent restart and L2 re-binding
[vpp.git] / src / vpp-api / vom / l2_binding.hpp
index ba97cab..d24f69e 100644 (file)
@@ -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;
 
   /**