]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit347456f1dc75852e1fad7de5f3695e4c16faa0cf
tree587a87497bfc08ab6fb8377dcf92d4e3e8c37e51
parenta419e7797068dc92f80a373d2139e483eea05f0e
parenta49fe990905e5c2646d1a5d3d3de85620acf9c29
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>