]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables: Use the shared nft_ipv46_parse_target()
authorPhil Sutter <phil@nwl.cc>
Mon, 24 Sep 2018 17:25:25 +0000 (19:25 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 25 Sep 2018 14:26:30 +0000 (16:26 +0200)
commit5a4096158261896b9e61837cdb2c081e372e286d
tree5c846e9553bbee7bd4627c271b781ee84738ec48
parent9f075031a1973fc967cd90de96dc2e87696a2181
arptables: Use the shared nft_ipv46_parse_target()

No point in having a dedicated implementation for 'parse_target'
callback since it is identical with the shared one.

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