commit | 0da2d1a35bd70d37f72d594927c0649d1dea4f7c | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Sep 08 17:12:42 2022 +0200 |
committer | Florian Westphal <fw@strlen.de> | Thu Sep 08 17:54:26 2022 +0200 |
tree | cdb8d07e2ebd0da2f64fb10e70aa9e518ec8ab46 | |
parent | 793caef9076cceb24336b6cbb8f55107de49f269 [diff] |
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>