On 08/12/2022 17:28, Ido Schimmel wrote:
> Expose __br_multicast_del_group_src() which is symmetric to
> br_multicast_new_group_src() and does not remove the installed {S, G}
> forwarding entry, unlike br_multicast_del_group_src().
>
> The function will be used in the error path when user space was able to
> add a new source entry, but failed to install a corresponding forwarding
> entry.
>
> Signed-off-by: Ido Schimmel <[email protected]>
> ---
>
> Notes:
> v1:
> * New patch.
>
> net/bridge/br_multicast.c | 11 ++++++++---
> net/bridge/br_private.h | 1 +
> 2 files changed, 9 insertions(+), 3 deletions(-)
>
Acked-by: Nikolay Aleksandrov <[email protected]>