X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Froute_domain_cmds.hpp;h=6ac679bd3438d634f4aa0ddf42aa7e3d8f6bf805;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=f3911bd59f0630fcfe9ab603e5ecc19797dcf380;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/route_domain_cmds.hpp b/extras/vom/vom/route_domain_cmds.hpp index f3911bd59f0..6ac679bd343 100644 --- a/extras/vom/vom/route_domain_cmds.hpp +++ b/extras/vom/vom/route_domain_cmds.hpp @@ -27,7 +27,7 @@ namespace route_domain_cmds { /** * A command class that creates the IP table */ -class create_cmd : public rpc_cmd, rc_t, vapi::Ip_table_add_del> +class create_cmd : public rpc_cmd, vapi::Ip_table_add_del> { public: /** @@ -65,7 +65,7 @@ private: /** * A cmd class that Deletes the IP Table */ -class delete_cmd : public rpc_cmd, rc_t, vapi::Ip_table_add_del> +class delete_cmd : public rpc_cmd, vapi::Ip_table_add_del> { public: /**