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)
commitef4b8c8446b5f164a310a3955e90f7ffd59e2a59
tree575dd71e818b187598dc8aab8f05831bed290368
parent20510bd45d70c5b07718e7608d82133883346673
bridge: allow enabling or disabling the multicast querier independently of IGMP snooping

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>
bridge.c
system-linux.c
system.h