aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_subnet_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/gbp_subnet_cmds.hpp')
-rw-r--r--extras/vom/vom/gbp_subnet_cmds.hpp6
1 files changed, 2 insertions, 4 deletions
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<HW::item<bool>, rc_t, vapi::Gbp_subnet_add_del>
+class create_cmd : public rpc_cmd<HW::item<bool>, 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<HW::item<bool>, rc_t, vapi::Gbp_subnet_add_del>
+class delete_cmd : public rpc_cmd<HW::item<bool>, vapi::Gbp_subnet_add_del>
{
public:
/**