X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_endpoint_group_cmds.hpp;h=4cf88cff116c7fd9be7ad8393cb1c421dba0c8d2;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=4da3a4247b4cfbbe6d594e8bfcb4e4fbfd3dabc7;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/gbp_endpoint_group_cmds.hpp b/extras/vom/vom/gbp_endpoint_group_cmds.hpp index 4da3a4247b4..4cf88cff116 100644 --- a/extras/vom/vom/gbp_endpoint_group_cmds.hpp +++ b/extras/vom/vom/gbp_endpoint_group_cmds.hpp @@ -28,7 +28,7 @@ namespace gbp_endpoint_group_cmds { * A command class that creates or updates the GBP endpoint_group */ class create_cmd - : public rpc_cmd, rc_t, vapi::Gbp_endpoint_group_add_del> + : public rpc_cmd, vapi::Gbp_endpoint_group_add_del> { public: /** @@ -66,7 +66,7 @@ private: * A cmd class that deletes a GBP endpoint_group */ class delete_cmd - : public rpc_cmd, rc_t, vapi::Gbp_endpoint_group_add_del> + : public rpc_cmd, vapi::Gbp_endpoint_group_add_del> { public: /**