GBP: add allowed ethertypes to contracts
[vpp.git] / extras / vom / vom / ip_unnumbered_cmds.hpp
index 4003013..436b0c7 100644 (file)
@@ -21,6 +21,7 @@
 #include "vom/rpc_cmd.hpp"
 
 #include <vapi/interface.api.vapi.hpp>
+#include <vapi/ip.api.vapi.hpp>
 
 namespace VOM {
 namespace ip_unnumbered_cmds {
@@ -29,7 +30,7 @@ namespace ip_unnumbered_cmds {
 *A command class that configures the IP unnumbered
 */
 class config_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_unnumbered>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_unnumbered>
 {
 public:
   /**
@@ -66,7 +67,7 @@ private:
  * A cmd class that Unconfigs L3 Config from an interface
  */
 class unconfig_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Sw_interface_set_unnumbered>
+  : public rpc_cmd<HW::item<bool>, vapi::Sw_interface_set_unnumbered>
 {
 public:
   /**