X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_tunnel_cmds.hpp;h=423fcdac950ca8239b2732ad9acb239cb83992f5;hb=cf3ecb1a42c9c40f386ed59964117c3dab15fa5c;hp=4a8e5990391267007964816119c51c7713b1031a;hpb=11312ef90b334c43966c057591c5a54750d911d2;p=vpp.git diff --git a/extras/vom/vom/vxlan_tunnel_cmds.hpp b/extras/vom/vom/vxlan_tunnel_cmds.hpp index 4a8e5990391..423fcdac950 100644 --- a/extras/vom/vom/vxlan_tunnel_cmds.hpp +++ b/extras/vom/vom/vxlan_tunnel_cmds.hpp @@ -38,7 +38,8 @@ public: */ create_cmd(HW::item& item, const std::string& name, - const vxlan_tunnel::endpoint_t& ep); + const vxlan_tunnel::endpoint_t& ep, + handle_t mcast_itf); /** * Issue the command to VPP/HW @@ -59,6 +60,7 @@ private: * Enpoint values of the tunnel to be created */ const vxlan_tunnel::endpoint_t m_ep; + handle_t m_mcast_itf; }; /**