Re: [RFC net-next 3/7] net: bridge: switchdev: Send FDB notifications for host addresses
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2021-01-18 11:29:52
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2021-01-18 11:29:52
On Sat, Jan 16, 2021 at 02:25:11AM +0100, Tobias Waldekranz wrote:
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> ---
What is the functional difference between a bridge FDB entry which has the BR_FDB_LOCAL flag, and a bridge FDB entry with a NULL fdb->dst?