Re: [net-next v3 04/11] net: bridge: mcast: prepare query reception for mcast router split
From: Nikolay Aleksandrov <hidden>
Date: 2021-05-13 11:31:11
Also in:
bridge, lkml
From: Nikolay Aleksandrov <hidden>
Date: 2021-05-13 11:31:11
Also in:
bridge, lkml
On 13/05/2021 02:19, Linus Lüssing wrote:
In preparation for the upcoming split of multicast router state into their IPv4 and IPv6 variants and as the br_multicast_mark_router() will be split for that remove the select querier wrapper and instead add ip4 and ip6 variants for br_multicast_query_received(). Signed-off-by: Linus Lüssing <redacted> --- net/bridge/br_multicast.c | 53 ++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 26 deletions(-)
Acked-by: Nikolay Aleksandrov <redacted>