X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_subnet_cmds.hpp;h=118303b717895e2db8d4ccf1bdb66d0cdbc99fdd;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=3dbc8db2359e56ae691ff45cc6b77c5024daa0e7;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/gbp_subnet_cmds.hpp b/extras/vom/vom/gbp_subnet_cmds.hpp index 3dbc8db2359..118303b7178 100644 --- a/extras/vom/vom/gbp_subnet_cmds.hpp +++ b/extras/vom/vom/gbp_subnet_cmds.hpp @@ -27,8 +27,7 @@ namespace gbp_subnet_cmds { /** * A command class that creates or updates the GBP subnet */ -class create_cmd - : public rpc_cmd, rc_t, vapi::Gbp_subnet_add_del> +class create_cmd : public rpc_cmd, vapi::Gbp_subnet_add_del> { public: /** @@ -67,8 +66,7 @@ private: /** * A cmd class that deletes a GBP subnet */ -class delete_cmd - : public rpc_cmd, rc_t, vapi::Gbp_subnet_add_del> +class delete_cmd : public rpc_cmd, vapi::Gbp_subnet_add_del> { public: /**