VOM: support for pipes
[vpp.git] / extras / vom / vom / gbp_endpoint_cmds.cpp
index 88d2f37..1f9078f 100644 (file)
@@ -54,9 +54,7 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string
@@ -97,9 +95,7 @@ delete_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string