]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables: Fix parsing of inverted 'arp operation' match
authorPhil Sutter <phil@nwl.cc>
Fri, 28 Apr 2023 12:33:43 +0000 (14:33 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 28 Apr 2023 13:05:45 +0000 (15:05 +0200)
commit092e4b022152addc94524e2ba0cb608dac1a3a08
tree01400f00dc8f525e55fc25493112c158084e9ac7
parent465470184950d9035dcd1101c1f413f8a2051427
arptables: Fix parsing of inverted 'arp operation' match

The wrong bit was set in 'invflags', probably due to copy'n'paste from
the previous case.

Fixes: 84909d171585d ("xtables: bootstrap ARP compatibility layer for nftables")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-arp.c