bridge: allow enabling or disabling the multicast querier independently of IGMP snooping
authorMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 27 Jan 2015 02:49:52 +0000 (03:49 +0100)
committerJohn Crispin <blogic@openwrt.org>
Mon, 23 Mar 2015 06:50:21 +0000 (07:50 +0100)
In larger networks, especially big batman-adv meshes, it may be desirable to
enable IGMP snooping on every bridge without enabling the multicast querier
to specifically put the querier on a well-connected node.

This patch adds a new UCI option 'multicast_querier' for bridges which allows
this. The default is still the value of the 'igmp_snooping' option to maintain
backwards compatiblity.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

No differences found