X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fl2_xconnect_cmds.hpp;h=db0e721453f575f0de9628b52b0d75dd8e1968db;hb=00a469d9691da6f2371bcc5a97adb020c011b4b4;hp=fbb869f025b7ff22deec9c969ad8f8d09e0ffe52;hpb=6b1cdd3a2050ed9eb79817a01ca311915edf5d9e;p=vpp.git diff --git a/extras/vom/vom/l2_xconnect_cmds.hpp b/extras/vom/vom/l2_xconnect_cmds.hpp index fbb869f025b..db0e721453f 100644 --- a/extras/vom/vom/l2_xconnect_cmds.hpp +++ b/extras/vom/vom/l2_xconnect_cmds.hpp @@ -30,7 +30,7 @@ namespace l2_xconnect_cmds { * A functor class that binds L2 configuration to an interface */ class bind_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_set_l2_xconnect> + : public rpc_cmd, vapi::Sw_interface_set_l2_xconnect> { public: /** @@ -70,7 +70,7 @@ private: * A cmd class that Unbinds L2 configuration from an interface */ class unbind_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_set_l2_xconnect> + : public rpc_cmd, vapi::Sw_interface_set_l2_xconnect> { public: /**