X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fbond_group_binding_cmds.hpp;h=3d9bfeedc619aabd90e72dcfb7059dc3144d5131;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=71c4f9fad64a96e9768471be9fe106a9d381ce81;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/bond_group_binding_cmds.hpp b/extras/vom/vom/bond_group_binding_cmds.hpp index 71c4f9fad64..3d9bfeedc61 100644 --- a/extras/vom/vom/bond_group_binding_cmds.hpp +++ b/extras/vom/vom/bond_group_binding_cmds.hpp @@ -26,7 +26,7 @@ namespace bond_group_binding_cmds { /** * A command class that binds the slave interface to the bond interface */ -class bind_cmd : public rpc_cmd, rc_t, vapi::Bond_enslave> +class bind_cmd : public rpc_cmd, vapi::Bond_enslave> { public: /** @@ -65,7 +65,7 @@ private: /** * A cmd class that detach slave from a bond interface */ -class unbind_cmd : public rpc_cmd, rc_t, vapi::Bond_detach_slave> +class unbind_cmd : public rpc_cmd, vapi::Bond_detach_slave> { public: /**