VOM: support for pipes
[vpp.git] / extras / vom / vom / nat_static_cmds.cpp
index a80e474..299f2f5 100644 (file)
@@ -55,9 +55,7 @@ create_44_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string
@@ -178,9 +176,7 @@ create_66_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string