From 49709e2ac6cf778e8732e9b0ca124da556ed6a91 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 24 May 2018 17:57:34 +0200 Subject: 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 --- iptables/nft.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/nft.h') diff --git a/iptables/nft.h b/iptables/nft.h index af229233..5d0576c8 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -182,7 +182,6 @@ int nft_arp_rule_insert(struct nft_handle *h, const char *chain, void nft_rule_to_arpt_entry(struct nftnl_rule *r, struct arpt_entry *fw); -int nft_is_ruleset_compatible(struct nft_handle *h); bool nft_is_table_compatible(struct nft_handle *h, const char *name); #endif -- cgit v1.2.3