On 26/01/2023 19:01, Petr Machata wrote: > Since cleaning up the effects of br_multicast_new_port_group() just > consists of delisting and freeing the memory, the function > br_mdb_add_group_star_g() inlines the corresponding code. In the following > patches, number of per-port and per-port-VLAN MDB entries is going to be > maintained, and that counter will have to be updated. Because that logic > is going to be hidden in the br_multicast module, introduce a new hook > intended to again remove a newly-created group. > > Signed-off-by: Petr Machata <petrm@xxxxxxxxxx> > Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_mdb.c | 3 +-- > net/bridge/br_multicast.c | 11 +++++++++++ > net/bridge/br_private.h | 1 + > 3 files changed, 13 insertions(+), 2 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>