]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: libxt_pkttype: support otherhost
authorFlorian Westphal <fw@strlen.de>
Thu, 8 Sep 2022 15:12:42 +0000 (17:12 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 8 Sep 2022 15:54:26 +0000 (17:54 +0200)
commit0da2d1a35bd70d37f72d594927c0649d1dea4f7c
treecdb8d07e2ebd0da2f64fb10e70aa9e518ec8ab46
parent793caef9076cceb24336b6cbb8f55107de49f269
extensions: libxt_pkttype: support otherhost

Makes no sense for iptables/ip6tables but it does make sense for ebtables.
Classic ebtables uses libebt_pkttype which isn't compatible, but
iptables-nft can use the libxt_pkttype version when printing native
'meta pkttype'.

Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_pkttype.c