X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_gbp_tunnel_cmds.hpp;h=c7ec87245df9b9539599d9744ed9031e1ada5008;hb=cf3ecb1a42c9c40f386ed59964117c3dab15fa5c;hp=34407f61bdaaa62c1d76a39c375c85f62fed1321;hpb=11312ef90b334c43966c057591c5a54750d911d2;p=vpp.git diff --git a/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp b/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp index 34407f61bda..c7ec87245df 100644 --- a/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp +++ b/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp @@ -37,7 +37,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 @@ -58,6 +59,7 @@ private: * Enpoint values of the tunnel to be created */ const vxlan_tunnel::endpoint_t m_ep; + handle_t m_mcast_itf; }; /**