VOM: support for pipes
[vpp.git] / extras / vom / vom / l2_binding_cmds.hpp
index d105c18..3d138b1 100644 (file)
@@ -29,7 +29,7 @@ namespace l2_binding_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_bridge>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_l2_bridge>
 {
 public:
   /**
@@ -72,7 +72,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_bridge>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_l2_bridge>
 {
 public:
   /**
@@ -118,7 +118,6 @@ private:
  * A cmd class sets the VTR operation
  */
 class set_vtr_op_cmd : public rpc_cmd<HW::item<l2_binding::l2_vtr_op_t>,
-                                      rc_t,
                                       vapi::L2_interface_vlan_tag_rewrite>
 {
 public: