VOM: vxlan-tunnel takes egress interface for multicast
[vpp.git] / extras / vom / vom / vxlan_tunnel_cmds.hpp
index 4a8e599..423fcda 100644 (file)
@@ -38,7 +38,8 @@ public:
    */
   create_cmd(HW::item<handle_t>& 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;
 };
 
 /**