]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: arptables: remove obsolete forward hook definition
authorFlorian Westphal <fw@strlen.de>
Fri, 27 Apr 2018 10:53:48 +0000 (12:53 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 27 Apr 2018 10:58:23 +0000 (12:58 +0200)
commit98408697fd8505bc8337d1e03b0e2f0374e4f36a
tree18935a1dbddfb9a41516f2ed669dba1f561e5d22
parent7a37d1407e4446e7e84ec038bf4d2d3dac9f2138
nft: arptables: remove obsolete forward hook definition

Its not supported anymore as of 4.13, and it did not work
before this either (arp packets cannot be routed).
This unbreaks arptables-compat -- without this fix kernel rejects the
incoming ruleset skeleton.

filtering forwarded arp packets on a bridge can be done either via
'netdev' or 'bridge' families.

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