VOM: fixes for interface recreate on agent restart and L2 re-binding
[vpp.git] / src / vpp-api / vom / l2_binding_cmds.cpp
index 6b67c70..0f91e4b 100644 (file)
@@ -143,7 +143,6 @@ set_vtr_op_cmd::issue(connection& con)
   VAPI_CALL(req.execute());
 
   wait();
-  m_hw_item.set(rc_t::NOOP);
 
   return (rc_t::OK);
 }