On Wed, Jan 18, 2023 at 11:35:08PM +0100, netdev@xxxxxxxxxxxxxxxxxxxx wrote:
When the new dynamic flag is true, all drivers will ignore it in patch #3,
so basically nothing will change by that.
This is not true, because it assumes that DSA never called port_fdb_add()
up until now for bridge FDB entries with the BR_FDB_STATIC flag unset,
which is incorrect (it did).
So what will change is that drivers which used to react to those bridge
FDB entries will stop doing so.