VOM: support for pipes
[vpp.git] / extras / vom / vom / l3_binding_cmds.hpp
index 1387bc4..b7a30f8 100644 (file)
@@ -30,7 +30,7 @@ namespace l3_binding_cmds {
  * A functor class that binds the L3 config to the interface
  */
 class bind_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_add_del_address>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_add_del_address>
 {
 public:
   /**
@@ -70,7 +70,7 @@ private:
  * A cmd class that Unbinds L3 Config from an interface
  */
 class unbind_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_add_del_address>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_add_del_address>
 {
 public:
   /**