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)
commit2aa4abed37927b9bc5db60dd5d440a7a47435a92
tree04c957ad7cae570ab9fcf9a59ca7720eeb35d725
parentfe63ec97e394aaff1d5af1da7f052e785470162c
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