Re: [PATCH RFC] net: bridge: handle ports in locked mode for ll learning
From: Ido Schimmel
Date: Sun Dec 15 2024 - 04:35:37 EST
On Fri, Dec 13, 2024 at 12:25:20PM +0100, Jonas Gorski wrote:
> So in conclusion, I agree with the original patch. Shall I resend it? Should
> I extend the commit message?
Yes. I would use something like:
"
There are legitimate use cases for enabling learning on a locked bridge
port such as MAC Authentication Bypass (MAB) or when user space
authorizes hosts using dynamic FDB entries.
Currently, by default, the bridge will autonomously populate its FDB
with addresses learned from link-local frames. This is true even when a
port is locked which defeats the purpose of the "locked" bridge port
option. The behavior can be controlled by the "no_linklocal_learn"
bridge option, but it is easy to miss which leads to insecure
configurations.
Fix this by skipping learning from link-local frames when a port is
locked.
Fixes: a21d9a670d81 ("net: bridge: Add support for bridge port in locked mode")
"