Re: [PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
From: <hidden>
Date: 2022-08-12 15:34:06
Also in:
bridge, linux-kselftest, lkml
From: <hidden>
Date: 2022-08-12 15:34:06
Also in:
bridge, linux-kselftest, lkml
On 2022-08-11 13:28, Ido Schimmel wrote:
quoted
quoted
I'm talking about roaming, not forwarding. Let's say you have a locked entry with MAC X pointing to port Y. Now you get a packet with SMAC X from port Z which is unlocked. Will the FDB entry roam to port Z? I think it should, but at least in current implementation it seems that the "locked" flag will not be reset and having locked entries pointing to an unlocked port looks like a bug.
Yes, now I have tried to test with a case like this using the bridge and have verified the locked entry pointing to an unlocked port, which I agree seems to be a bug, which I will get fixed.