summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp')
-rw-r--r--extras/vom/vom/vxlan_gbp_tunnel_cmds.hpp2
1 files changed, 2 insertions, 0 deletions
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<handle_t>& 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;
};