]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables-compat: remove nft_is_ruleset_compatible
authorFlorian Westphal <fw@strlen.de>
Thu, 24 May 2018 15:57:34 +0000 (17:57 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 25 May 2018 21:37:55 +0000 (23:37 +0200)
commit49709e2ac6cf778e8732e9b0ca124da556ed6a91
tree2791569381bcf135746147894ff42b1b06ebe385
parent03e1377b38af45292a3a55828ee8e7c7e41ae64c
xtables-compat: remove nft_is_ruleset_compatible

Use nft_is_table_compatible instead as only helper to a 'skip' decision.

Custom tables, tables that have extra base chains that iptables
syntax doesn't allow or rules that have special constructs line nftables
set lookups or verdict maps are not listed, but a message is provided
to show that such table exists.

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