]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: multicast: notify on group delete
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Wed, 15 Jul 2015 14:16:50 +0000 (07:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2015 19:49:10 +0000 (12:49 -0700)
commit34baba4de49d6e4737ba9b9b094620e556d8e657
treebd2c16ec45a0bf269ca04fb414e6f1c1865780ad
parenta419e7797068dc92f80a373d2139e483eea05f0e
bridge: multicast: notify on group delete

Group notifications were not sent when a group expired or was deleted
due to bridge/port device being deleted. So add br_mdb_notify() to
br_multicast_del_pg().

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c