From: David S. Miller Date: Mon, 4 May 2015 18:49:23 +0000 (-0400) Subject: Merge branch 'igmp_mld_export' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29a1ff6596fc6fbd1a2de0f2301bcd301dfcb4eb;p=linux-beck.git Merge branch 'igmp_mld_export' Linus Lüssing says: ==================== Exporting IGMP/MLD checking from bridge code The multicast optimizations in batman-adv are yet only usable and enabled in non-bridged scenarios. To be able to support bridged setups batman-adv needs to be able to detect IGMP/MLD queriers and reports on mesh nodes without bridges, too. See the following link for details: http://www.open-mesh.org/projects/batman-adv/wiki/Multicast-optimizations-listener-reports To avoid duplicate code between the bridge and batman-adv, the IGMP/MLD message validation code is moved from the bridge to the IPv4/IPv6 stack. On the way, some refactoring to increase readability and to iron out some subtle differences between the IGMP and MLD parsing code is done. ==================== Signed-off-by: David S. Miller --- 29a1ff6596fc6fbd1a2de0f2301bcd301dfcb4eb