]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: vlan: allow matching vlan id insider 802.1ad frame
authorFlorian Westphal <fw@strlen.de>
Thu, 1 Apr 2021 14:08:43 +0000 (16:08 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 3 Apr 2021 11:55:49 +0000 (13:55 +0200)
commit50c6eb142fd890d9910514c8559d79b71828cd2a
tree3366043d31c3ffed1b9c9cebfe6a5a76ba2ad31b
parent3d6cf7f355f80d8ca6c6378c4f399675360c0f8e
src: vlan: allow matching vlan id insider 802.1ad frame

This makes "ether type 0x88a8 vlan id 342" work.

Before this change, nft would still insert a dependency on 802.1q so the
rule would never match.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/proto.c