]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft-arp: add missing mask support
authorFlorian Westphal <fw@strlen.de>
Tue, 7 Nov 2023 11:15:37 +0000 (12:15 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 7 Nov 2023 22:40:14 +0000 (23:40 +0100)
commitab2d5f8c7bbeea49d9dddaaf3d2fac8c7fdeae56
tree1955d437adfe79699370194423de8b4c1ab04769
parentc1083acea70787eea3f7929fd04718434bb05ba8
nft-arp: add missing mask support

arptables-legacy supports masks for --h-type, --opcode
and --proto-type, but arptables-nft did not.

Add this.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-arp.c
iptables/nft-ruleparse-arp.c