summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/lldp_binding_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/lldp_binding_cmds.hpp')
-rw-r--r--extras/vom/vom/lldp_binding_cmds.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/extras/vom/vom/lldp_binding_cmds.hpp b/extras/vom/vom/lldp_binding_cmds.hpp
index b3038017e06..77ba8ee90e7 100644
--- a/extras/vom/vom/lldp_binding_cmds.hpp
+++ b/extras/vom/vom/lldp_binding_cmds.hpp
@@ -28,8 +28,7 @@ namespace lldp_binding_cmds {
/**
*A command class that binds the LLDP config to the interface
*/
-class bind_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_lldp>
+class bind_cmd : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_lldp>
{
public:
/**
@@ -68,8 +67,7 @@ private:
/**
* A cmd class that Unbinds Lldp Config from an interface
*/
-class unbind_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_lldp>
+class unbind_cmd : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_lldp>
{
public:
/**