[PATCH net 0/2] net: bridge: fix vlan range dumps starting with a PVID
Nikolay Aleksandrov <[email protected]> Tue, 21 Jul 2026 17:09:20 +0300
| Newsgroups | dev.linux.lists.bridge,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Hi, Patch 01 fixes a bug that can skip dumping VLANs which a part of a range starting with a PVID VLAN and share the same flags. PVID VLAN should be always on its own. Patch 02 adds a selftest for this case. More information can be found in the respective patches. Thanks, Nik Nikolay Aleksandrov (2): net: bridge: vlan: fix vlan range dumps starting with pvid selftests: net: bridge: test ranges with PVID VLAN net/bridge/br_netlink_tunnel.c | 3 ++- net/bridge/br_private.h | 6 +++-- net/bridge/br_vlan.c | 10 ++++---- net/bridge/br_vlan_options.c | 3 +-- .../testing/selftests/net/bridge_vlan_dump.sh | 23 +++++++++++++++++++ 5 files changed, 36 insertions(+), 9 deletions(-) -- 2.47.3