X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Finterface_span_cmds.hpp;h=e83ed728fb15366bd53f848e00d7457dad13e471;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=fa8096ebb10df8bf97b3c7994eb90e4d2ceebe88;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/interface_span_cmds.hpp b/extras/vom/vom/interface_span_cmds.hpp index fa8096ebb10..e83ed728fb1 100644 --- a/extras/vom/vom/interface_span_cmds.hpp +++ b/extras/vom/vom/interface_span_cmds.hpp @@ -29,7 +29,7 @@ namespace interface_span_cmds { * A command class that configures the interface span */ class config_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_span_enable_disable> + : public rpc_cmd, vapi::Sw_interface_span_enable_disable> { public: /** @@ -73,7 +73,7 @@ private: * A cmd class that Unconfigs interface span */ class unconfig_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_span_enable_disable> + : public rpc_cmd, vapi::Sw_interface_span_enable_disable> { public: /**