X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fip_unnumbered_cmds.hpp;h=fdd00520404347130bfbbc58fbcdb701fedeb949;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=40030139b8c636b7ebbbbbb18fd1ab3c16d44522;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/ip_unnumbered_cmds.hpp b/extras/vom/vom/ip_unnumbered_cmds.hpp index 40030139b8c..fdd00520404 100644 --- a/extras/vom/vom/ip_unnumbered_cmds.hpp +++ b/extras/vom/vom/ip_unnumbered_cmds.hpp @@ -29,7 +29,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 +66,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: /**