VOM: support for pipes
[vpp.git] / extras / vom / vom / arp_proxy_config_cmds.cpp
index 122c51b..deb52c4 100644 (file)
@@ -48,7 +48,7 @@ config_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
+  wait();
 
   return (rc_t::OK);
 }