VOM: support for pipes
[vpp.git] / extras / vom / vom / l2_binding_cmds.cpp
index 0f91e4b..c072f67 100644 (file)
@@ -49,9 +49,7 @@ bind_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return (rc_t::OK);
+  return (wait());
 }
 
 std::string
@@ -142,9 +140,7 @@ set_vtr_op_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  wait();
-
-  return (rc_t::OK);
+  return (wait());
 }
 
 std::string