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