Re: [net-next v3 11/11] net: bridge: mcast: export multicast router presence adjacent to a port

From: Nikolay Aleksandrov
Date: Thu May 13 2021 - 07:39:31 EST


On 13/05/2021 02:19, Linus Lüssing wrote:
> To properly support routable multicast addresses in batman-adv in a
> group-aware way, a batman-adv node needs to know if it serves multicast
> routers.
>
> This adds a function to the bridge to export this so that batman-adv
> can then make full use of the Multicast Router Discovery capability of
> the bridge.
>
> Signed-off-by: Linus Lüssing <linus.luessing@xxxxxxxxx>
> ---
> include/linux/if_bridge.h | 8 ++++++
> net/bridge/br_multicast.c | 55 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 63 insertions(+)
>

Acked-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxx>