X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fip_unnumbered_cmds.hpp;h=436b0c721305c93388574d063ec8ddc17c61f0f3;hb=1c17e2e;hp=40030139b8c636b7ebbbbbb18fd1ab3c16d44522;hpb=9e2f91548b46ed9fb5fba4a7918eef7d93f9eab3;p=vpp.git diff --git a/extras/vom/vom/ip_unnumbered_cmds.hpp b/extras/vom/vom/ip_unnumbered_cmds.hpp index 40030139b8c..436b0c72130 100644 --- a/extras/vom/vom/ip_unnumbered_cmds.hpp +++ b/extras/vom/vom/ip_unnumbered_cmds.hpp @@ -21,6 +21,7 @@ #include "vom/rpc_cmd.hpp" #include +#include 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, rc_t, vapi::Sw_interface_set_unnumbered> + : public rpc_cmd, 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, rc_t, vapi::Sw_interface_set_unnumbered> + : public rpc_cmd, vapi::Sw_interface_set_unnumbered> { public: /**