VOM: support for pipes
[vpp.git] / extras / vom / vom / sub_interface_cmds.cpp
index 47af692..853a9b6 100644 (file)
@@ -49,7 +49,7 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item = wait();
+  wait();
 
   if (m_hw_item.rc() == rc_t::OK) {
     insert_interface();