]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: switchdev: send FDB notifications for host addresses
authorTobias Waldekranz <tobias@waldekranz.com>
Tue, 29 Jun 2021 14:06:45 +0000 (17:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2021 17:46:23 +0000 (10:46 -0700)
commitdb6e625737ae30b244b09df0bfae1e1a7898294f
treea691ec7ea504d06ba5223a0a92cd3812c451eb47
parentefd37e8a2718ff568289f9661867a9e1021caedb
net: bridge: switchdev: send FDB notifications for host addresses

Treat addresses added to the bridge itself in the same way as regular
ports and send out a notification so that drivers may sync it down to
the hardware FDB.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c
net/bridge/br_private.h
net/bridge/br_switchdev.c