X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fbridge_domain_arp_entry_cmds.hpp;h=9637e37a845461f7dd44292072329bd099fe659c;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=094de4c7fb6abdad2df00e085ff0f8d0670f4449;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/bridge_domain_arp_entry_cmds.hpp b/extras/vom/vom/bridge_domain_arp_entry_cmds.hpp index 094de4c7fb6..9637e37a845 100644 --- a/extras/vom/vom/bridge_domain_arp_entry_cmds.hpp +++ b/extras/vom/vom/bridge_domain_arp_entry_cmds.hpp @@ -27,7 +27,7 @@ namespace bridge_domain_arp_entry_cmds { /** * A command class that creates or updates the bridge domain ARP Entry */ -class create_cmd : public rpc_cmd, rc_t, vapi::Bd_ip_mac_add_del> +class create_cmd : public rpc_cmd, vapi::Bd_ip_mac_add_del> { public: /** @@ -62,7 +62,7 @@ private: /** * A cmd class that deletes a bridge domain ARP entry */ -class delete_cmd : public rpc_cmd, rc_t, vapi::Bd_ip_mac_add_del> +class delete_cmd : public rpc_cmd, vapi::Bd_ip_mac_add_del> { public: /**