bridge: memorize and export selected IGMP/MLD querier port
Adding bridge support to the batman-adv multicast optimization requires batman-adv knowing about the existence of bridged-in IGMP/MLD queriers to be able to reliably serve any multicast listener behind this same bridge. Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
07f8ac4a1e
commit
2cd4143192
@@ -70,6 +70,7 @@ struct bridge_mcast_other_query {
|
||||
/* selected querier */
|
||||
struct bridge_mcast_querier {
|
||||
struct br_ip addr;
|
||||
struct net_bridge_port __rcu *port;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user