]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: allow add/remove permanent mdb entries on disabled ports
authorCasper Andersson <casper.casan@gmail.com>
Tue, 14 Jun 2022 06:32:23 +0000 (08:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2022 08:35:21 +0000 (09:35 +0100)
commitc35c03f93776f3d71b1f27b9ada931c048f71144
tree04c957ad7cae570ab9fcf9a59ca7720eeb35d725
parent69745366a7d1e69c99bbb25f4a1b8bc375ab52e8
net: bridge: allow add/remove permanent mdb entries on disabled ports

Adding mdb entries on disabled ports allows you to do setup before
accepting any traffic, avoiding any time where the port is not in the
multicast group.

Signed-off-by: Casper Andersson <casper.casan@gmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_mdb.c