From: Matthias Schiffer Date: Tue, 27 Jan 2015 02:49:52 +0000 (+0100) Subject: bridge: allow enabling or disabling the multicast querier independently of IGMP snooping X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=ef4b8c8446b5f164a310a3955e90f7ffd59e2a59;hp=ef4b8c8446b5f164a310a3955e90f7ffd59e2a59;p=project%2Fnetifd.git 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 ---