summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/acl_ethertype_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/acl_ethertype_cmds.hpp')
-rw-r--r--extras/vom/vom/acl_ethertype_cmds.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/extras/vom/vom/acl_ethertype_cmds.hpp b/extras/vom/vom/acl_ethertype_cmds.hpp
index f72a3fb97b5..a294a758056 100644
--- a/extras/vom/vom/acl_ethertype_cmds.hpp
+++ b/extras/vom/vom/acl_ethertype_cmds.hpp
@@ -28,9 +28,8 @@ namespace acl_ethertype_cmds {
/**
* A command class that binds the ethertype list to the interface
*/
-class bind_cmd : public rpc_cmd<HW::item<bool>,
- rc_t,
- vapi::Acl_interface_set_etype_whitelist>
+class bind_cmd
+ : public rpc_cmd<HW::item<bool>, vapi::Acl_interface_set_etype_whitelist>
{
public:
/**
@@ -69,9 +68,8 @@ private:
/**
* A command class that unbinds the ethertype list to the interface
*/
-class unbind_cmd : public rpc_cmd<HW::item<bool>,
- rc_t,
- vapi::Acl_interface_set_etype_whitelist>
+class unbind_cmd
+ : public rpc_cmd<HW::item<bool>, vapi::Acl_interface_set_etype_whitelist>
{
public:
/**