]> 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)
commit3583f5eb75425aed9ea5f1a561a8d09120677027
tree04c957ad7cae570ab9fcf9a59ca7720eeb35d725
parent56e8c01ead58a067ae1e3f986e8eb2355f64ef29
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