X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fbridge_domain_entry_cmds.hpp;h=dfee04f2a0dbcc18ca3de92fcce26e9c9afc5392;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=dc46719ffdaec017d7a5981a4837b296643f7d6b;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/bridge_domain_entry_cmds.hpp b/extras/vom/vom/bridge_domain_entry_cmds.hpp index dc46719ffda..dfee04f2a0d 100644 --- a/extras/vom/vom/bridge_domain_entry_cmds.hpp +++ b/extras/vom/vom/bridge_domain_entry_cmds.hpp @@ -28,7 +28,7 @@ namespace bridge_domain_entry_cmds { /** * A command class that creates or updates the bridge_domain */ -class create_cmd : public rpc_cmd, rc_t, vapi::L2fib_add_del> +class create_cmd : public rpc_cmd, vapi::L2fib_add_del> { public: /** @@ -65,7 +65,7 @@ private: /** * A cmd class that deletes a bridge_domain */ -class delete_cmd : public rpc_cmd, rc_t, vapi::L2fib_add_del> +class delete_cmd : public rpc_cmd, vapi::L2fib_add_del> { public: /**