X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=extras%2Fvom%2Fvom%2Fl2_emulation_cmds.hpp;h=aab4af51faa092a5fab6ec475249f55d3069f2f5;hb=ee8b973;hp=aeff3a8ddd7213c0c2ce8b8a1bbb8936c9120beb;hpb=b4b2488202ff4282cc4a7bd779cc33934286c5cd;p=vpp.git diff --git a/extras/vom/vom/l2_emulation_cmds.hpp b/extras/vom/vom/l2_emulation_cmds.hpp index aeff3a8ddd7..aab4af51faa 100644 --- a/extras/vom/vom/l2_emulation_cmds.hpp +++ b/extras/vom/vom/l2_emulation_cmds.hpp @@ -27,7 +27,7 @@ namespace l2_emulation_cmds { /** * A functor class that enable L2 emulation to an interface */ -class enable_cmd : public rpc_cmd, rc_t, vapi::L2_emulation> +class enable_cmd : public rpc_cmd, vapi::L2_emulation> { public: /** @@ -59,7 +59,7 @@ private: /** * A cmd class that Unbinds L2 configuration from an interface */ -class disable_cmd : public rpc_cmd, rc_t, vapi::L2_emulation> +class disable_cmd : public rpc_cmd, vapi::L2_emulation> { public: /**