Just to clarify, the mcast tunnel does not need to be under the bridge for
receiving traffic, however for sending flooded traffic through the mcast tunnel
it needs to be under the bridge...
eyal
On 05/11/2018, 13:47, "vpp-dev@lists.fd.io on behalf of eyal bari via
Lists.Fd.Io&quo
Hi, Xuekun,
Packets are only received on unicast tunnels.
So in your case you would need to create one and put it under the bridge-domain
(the multicast tunnel does not need to be under the bridge-domain):
create vxlan tunnel src 172.168.1.1 dst 172.168.1.2 vni 100
set interface l2 bridge
Fixed. See
https://gerrit.fd.io/r/15284
eyal.
From: "Neale Ranns (nranns)"
Date: Thursday, 11 October 2018 at 17:41
To: "Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco)"
, "vpp-dev@lists.fd.io" , "Eyal Bari
(ebari)"
Subject: Re: [vpp-dev] Delete IPv6 VXLAN fails
+Eyal
I expect