Merge branch 'bridge-temp-and-perm'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2015 19:49:11 +0000 (12:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2015 19:49:11 +0000 (12:49 -0700)
commit5b1d0d8f52533f84cd5c8362e3b7786df80a1238
tree587a87497bfc08ab6fb8377dcf92d4e3e8c37e51
parent03b6dc7d172fb46891d25e6cff43bd5762a918c1
parente10177abf842d0c40dfecc43bd57a0a762a2fccf
Merge branch 'bridge-temp-and-perm'

Nikolay Aleksandrov says:

====================
bridge: multicast: temp and perm entries behaviour enhancements

Patch 01 adds a notify when a group is deleted via br_multicast_del_pg()
(on expire, on device delete or on device down).
Patch 02 changes how bridge device and bridge port delete and down/up are
handled. Until now on bridge down all groups were flushed, now only the
temp ones are (same for port), perm entries are flushed only on port or
bridge removal.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>