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)
commitef8299de7e2bf61ed24d1da699fa5ba13549d5f8
treebd2c16ec45a0bf269ca04fb414e6f1c1865780ad
parent03b6dc7d172fb46891d25e6cff43bd5762a918c1
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