diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2022-02-15 20:02:08 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-16 14:21:04 +0300 |
commit | b2bc58d41fde91951334254c4231f75ea8a21a2b (patch) | |
tree | d8efc6fee23be8c2a541958d5a108ab2987ffbe1 /net/bridge/br_sysfs_if.c | |
parent | b0471c26108160217fc17acec4a9fdce92aaeeea (diff) | |
download | linux-b2bc58d41fde91951334254c4231f75ea8a21a2b.tar.xz |
net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existing
When a VLAN is added to a bridge port, a master VLAN gets created on the
bridge for context, but it doesn't have the BRENTRY flag.
Then, when the same VLAN is added to the bridge itself, that enters
through the br_vlan_add_existing() code path and gains the BRENTRY flag,
thus it becomes "existing".
It seems natural to check for this condition early, because the current
code flow is to notify switchdev of the addition of a VLAN that isn't a
brentry, just to delete it immediately afterwards.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_sysfs_if.c')
0 files changed, 0 insertions, 0 deletions