On Sun, Jun 23, 2019 at 08:26:05AM +0100, Russell King - ARM Linux admin wrote: > On Sun, Jun 23, 2019 at 07:09:52AM +0000, Ido Schimmel wrote: > > When multicast snooping is enabled unregistered multicast traffic should > > only be flooded to mrouter ports. > > Given that IPv6 relies upon multicast working, and multicast snooping > is a kernel configuration option, and MLD messages will only be sent > when whenever the configuration on the target changes, and there may > not be a multicast querier in the system, who does that ensure that > IPv6 can work on a bridge where the kernel configured and built with > multicast snooping enabled?
See commit b00589af3b04 ("bridge: disable snooping if there is no querier"). I think that's unfortunate behavior that we need because multicast snooping is enabled by default. If it weren't enabled by default, then anyone enabling it would also make sure there's a querier in the network.