VOM: support for pipes
[vpp.git] / extras / vom / vom / gbp_subnet_cmds.cpp
index d087e5c..3816a59 100644 (file)
@@ -57,9 +57,7 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string
@@ -105,9 +103,7 @@ delete_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string