Re: [ovs-discuss] Multicast snooping turned off on interfaces with a multicast querier/router

2018-09-03 Thread Flavio Leitner
On Thu, Aug 30, 2018 at 04:35:40PM -0700, Ben Pfaff wrote: > This test was part of the original commit by Flavio. > > Flavio, do you have any information? Hi, > On Thu, Aug 30, 2018 at 03:17:04PM -0700, Ajit Warrier wrote: > > I confirmed from the source code that it is intentional. The

Re: [ovs-discuss] Multicast snooping turned off on interfaces with a multicast querier/router

2018-08-30 Thread Ben Pfaff
This test was part of the original commit by Flavio. Flavio, do you have any information? On Thu, Aug 30, 2018 at 03:17:04PM -0700, Ajit Warrier wrote: > I confirmed from the source code that it is intentional. The snooping is > disabled on ports with routers attached in: > >

Re: [ovs-discuss] Multicast snooping turned off on interfaces with a multicast querier/router

2018-08-30 Thread Ajit Warrier
I confirmed from the source code that it is intentional. The snooping is disabled on ports with routers attached in: lib/mcast-snooping.c:mcast_snooping_add_group() /* Avoid duplicate packets. */ if (mcast_snooping_mrouter_lookup(ms, vlan, port) ||

Re: [ovs-discuss] Multicast snooping turned off on interfaces with a multicast querier/router

2018-08-30 Thread Ben Pfaff
On Tue, Aug 28, 2018 at 01:05:42PM -0700, Ajit Warrier wrote: > I have a setup where an embedded device runs OVS on a bridge connecting two > interfaces (1 and 2). Interface 1 is connected to a multicast router > sending IGMP queries periodically. Now if I open a multicast socket on a > device on

[ovs-discuss] Multicast snooping turned off on interfaces with a multicast querier/router

2018-08-28 Thread Ajit Warrier
I have a setup where an embedded device runs OVS on a bridge connecting two interfaces (1 and 2). Interface 1 is connected to a multicast router sending IGMP queries periodically. Now if I open a multicast socket on a device on interface 1, I see the IGMP join going into the embedded device with