VOM: support for pipes
[vpp.git] / extras / vom / vom / bond_interface_cmds.cpp
index d59560d..a43a832 100644 (file)
@@ -51,7 +51,8 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item = wait();
+  wait();
+
   if (m_hw_item.rc() == rc_t::OK) {
     insert_interface();
   }