From: Linus Lüssing Date: Sat, 7 Jun 2014 16:26:28 +0000 (+0200) Subject: bridge: add export of multicast database adjacent to net_dev X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f8ac4a1e26e8283542cdaf658a6e2a12fd6980;p=pandora-kernel.git bridge: add export of multicast database adjacent to net_dev With this new, exported function br_multicast_list_adjacent(net_dev) a list of IPv4/6 addresses is returned. This list contains all multicast addresses sensed by the bridge multicast snooping feature on all bridge ports of the bridge interface of net_dev, excluding addresses from the specified net_device itself. Adding bridge support to the batman-adv multicast optimization requires batman-adv knowing about the existence of bridged-in multicast listeners to be able to reliably serve them with multicast packets. Signed-off-by: Linus Lüssing Signed-off-by: David S. Miller --- Reading git-diff-tree failed