n class="n">get_request().get_payload(); payload.sw_if_index = m_hw_item.data().value(); VAPI_CALL(req.execute()); wait(); m_hw_item.set(rc_t::NOOP); remove_interface(); return (rc_t::OK); } std::string delete_cmd::to_string() const { std::ostringstream s; s << "sub-itf-delete: " << m_hw_item.to_string(); return (s.str()); } } // namespace sub_interface_cmds } // namespace VOM /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "mozilla") * End: */