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=208c29aac523231af2420a95ba7e5d361698780b;hp=aeff3a8ddd7213c0c2ce8b8a1bbb8936c9120beb;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;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: /**