X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_gbp_tunnel_cmds.hpp;h=87bca98d30215d4c8d9cdc4b104d2d74a9e31959;hb=4dd4cf4f9c02953f8ce7df0b2912e4da7c6786ed;hp=c7ec87245df9b9539599d9744ed9031e1ada5008;hpb=d709cbcb1ef80633af657c5427608831e5bbd919;p=vpp.git diff --git a/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp b/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp index c7ec87245df..87bca98d302 100644 --- a/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp +++ b/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp @@ -38,6 +38,7 @@ public: create_cmd(HW::item& item, const std::string& name, const vxlan_tunnel::endpoint_t& ep, + bool is_l2, handle_t mcast_itf); /** @@ -59,6 +60,7 @@ 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; };