VOM: support for pipes
[vpp.git] / extras / vom / vom / gbp_endpoint_group_cmds.cpp
index 55e81d3..a7b46f8 100644 (file)
@@ -53,9 +53,7 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string
@@ -92,9 +90,7 @@ delete_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string