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 interface 1, I see the IGMP join going into the embedded device > with OVS, but the command: > > ovs-appctl mdb/show br0 > > does not list that multicast flow. Opening a multicast socket on a device > connected to interface 2 works as expected - I get an entry for that flow > in the above command.
We've had a multicast snooping fixes over time. If you're not using the latest release, please consider upgrading. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
