X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fl3_binding_cmds.hpp;h=b7a30f8865ccded5e43125e37c211762d6e657b0;hp=1387bc47f5dec2c5e33910fb968c625d72c0220d;hb=208c29aa;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4 diff --git a/extras/vom/vom/l3_binding_cmds.hpp b/extras/vom/vom/l3_binding_cmds.hpp index 1387bc47f5d..b7a30f8865c 100644 --- a/extras/vom/vom/l3_binding_cmds.hpp +++ b/extras/vom/vom/l3_binding_cmds.hpp @@ -30,7 +30,7 @@ namespace l3_binding_cmds { * A functor class that binds the L3 config to the interface */ class bind_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_add_del_address> + : public rpc_cmd, vapi::Sw_interface_add_del_address> { public: /** @@ -70,7 +70,7 @@ private: * A cmd class that Unbinds L3 Config from an interface */ class unbind_cmd - : public rpc_cmd, rc_t, vapi::Sw_interface_add_del_address> + : public rpc_cmd, vapi::Sw_interface_add_del_address> { public: /**