X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_gbp_tunnel_cmds.hpp;h=87bca98d30215d4c8d9cdc4b104d2d74a9e31959;hb=4dd4cf4f9;hp=34407f61bdaaa62c1d76a39c375c85f62fed1321;hpb=193c47d900bfbc15e4e46ede7c25ecf1ca95b898;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..87bca98d302 100644 --- a/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp +++ b/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp @@ -37,7 +37,9 @@ public: */ create_cmd(HW::item& item, const std::string& name, - const vxlan_tunnel::endpoint_t& ep); + const vxlan_tunnel::endpoint_t& ep, + bool is_l2, + handle_t mcast_itf); /** * Issue the command to VPP/HW @@ -58,6 +60,8 @@ private: * Enpoint values of the tunnel to be created */ const vxlan_tunnel::endpoint_t m_ep; + bool m_is_l2; + handle_t m_mcast_itf; }; /**