On Sat, Mar 06, 2021 at 04:00:33PM +0200, Vladimir Oltean wrote:
Hi Tobias,
On Sat, Mar 06, 2021 at 01:24:55AM +0100, Tobias Waldekranz wrote:
quoted
This is the second attempt to provide a fix for the issue described in
99b8202b179f, which was reverted in the previous commit.
When a change is made to some global bridge attribute, such as VLAN
filtering, accept events where orig_dev is the bridge master netdev.
Separate the validation of orig_dev based on whether the attribute in
question is global or per-port.
Fixes: 5696c8aedfcc ("net: dsa: Don't offload port attributes on standalone ports")
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
---
What do you think about this alternative?
Ah, wait, this won't work when offloading objects/attributes on a LAG.
Let me actually test your patch.