Searched hist:ed2d35971a8066aa24ce65dd66c113c0506bb206 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff ed2d35971a8066aa24ce65dd66c113c0506bb206 Thu May 13 08:20:50 CDT 2021 Linus Lüssing <linus.luessing@c0d3.blue> net: bridge: mcast: split router port del+notify for mcast router split
In preparation for the upcoming split of multicast router state into their IPv4 and IPv6 variants split router port deletion and notification into two functions. When we disable a port for instance later we want to only send one notification to switchdev and netlink for compatibility and want to avoid sending one for IPv4 and one for IPv6. For that the split is needed.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: David S. Miller <davem@davemloft.net>
|