Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 25 Apr 2025 01:37:33 +0300 you wrote:
The following set of commands:
ip link add br0 type bridge vlan_filtering 1 # vlan_default_pvid 1 is implicit ip link set swp0 master br0 bridge vlan add dev swp0 vid 1
should result in the dropping of untagged and 802.1p-tagged traffic, but we see that it continues to be accepted. Whereas, had we deleted VID 1 instead, the aforementioned dropping would have worked
[...]
Here is the summary with links: - [net,1/2] net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID https://git.kernel.org/netdev/net/c/5ec6d7d737a4 - [net,2/2] selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and without PVID https://git.kernel.org/netdev/net/c/bf9de1dcd0ee
You are awesome, thank you!