search for: br_filter

Displaying 1 result from an estimated 1 matches for "br_filter".

2024 Apr 10
9
[Bug 1744] New: Packet corruption occurs when using the nftables vlan pcp set command
...tion] Linux Version: 5.15 nftables: https://www.netfilter.org/projects/nftables/files/nftables-1.0.9.tar.xz libnftnl: https://www.netfilter.org/projects/libnftnl/files/libnftnl-1.2.6.tar.xz [Test Procedure & Result] 1. Add nftables table and chain to filter bridge packets: nft add table bridge br_filter nft 'add chain bridge br_filter Postrouting { type filter hook postrouting priority filter; policy accept; }' 2. Add nftables rule to match VLAN packets with VLAN PCP 2 and change the VLAN PCP to 7: nft flush chain bridge br_filter Postrouting nft add rule bridge br_filter Postrouting vlan...