X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_endpoint_group_cmds.hpp;h=39f69e081efb39fd8a6653f1e140646418fc6525;hb=93cc3ee3b3a9c9224a1446625882205f3282a949;hp=4cf88cff116c7fd9be7ad8393cb1c421dba0c8d2;hpb=c3df1e9a0ab79c1fe254394748ef441ffe224c43;p=vpp.git diff --git a/extras/vom/vom/gbp_endpoint_group_cmds.hpp b/extras/vom/vom/gbp_endpoint_group_cmds.hpp index 4cf88cff116..39f69e081ef 100644 --- a/extras/vom/vom/gbp_endpoint_group_cmds.hpp +++ b/extras/vom/vom/gbp_endpoint_group_cmds.hpp @@ -27,8 +27,7 @@ namespace gbp_endpoint_group_cmds { /** * A command class that creates or updates the GBP endpoint_group */ -class create_cmd - : public rpc_cmd, vapi::Gbp_endpoint_group_add_del> +class create_cmd : public rpc_cmd, vapi::Gbp_endpoint_group_add> { public: /** @@ -65,8 +64,7 @@ private: /** * A cmd class that deletes a GBP endpoint_group */ -class delete_cmd - : public rpc_cmd, vapi::Gbp_endpoint_group_add_del> +class delete_cmd : public rpc_cmd, vapi::Gbp_endpoint_group_del> { public: /**