summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/l2_xconnect_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/l2_xconnect_cmds.hpp')
-rw-r--r--extras/vom/vom/l2_xconnect_cmds.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/l2_xconnect_cmds.hpp b/extras/vom/vom/l2_xconnect_cmds.hpp
index fbb869f025b..db0e721453f 100644
--- a/extras/vom/vom/l2_xconnect_cmds.hpp
+++ b/extras/vom/vom/l2_xconnect_cmds.hpp
@@ -30,7 +30,7 @@ namespace l2_xconnect_cmds {
* A functor class that binds L2 configuration to an interface
*/
class bind_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_l2_xconnect>
+ : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_l2_xconnect>
{
public:
/**
@@ -70,7 +70,7 @@ private:
* A cmd class that Unbinds L2 configuration from an interface
*/
class unbind_cmd
- : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_l2_xconnect>
+ : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_l2_xconnect>
{
public:
/**