From 9d9b724cab2276a1ffa43e8376f2ed10282d07da Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sat, 7 Apr 2018 00:44:49 +0200 Subject: xtables-compat: skip unsupported tables Instead of not listing anything at all if an unknown table name exists, just skip them. Output a small comment that the listing doesn't include the (unrecognized, nft-created) tables. Next patch will restrict 'is this table printable in xtables syntax' check to the "builtin" tables. Signed-off-by: Florian Westphal --- iptables/nft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/nft.h') diff --git a/iptables/nft.h b/iptables/nft.h index 41265930..310cedec 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -183,5 +183,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