From e3a1682b68848d4012ef99dab0ff41e7cdaf49fb Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 20 May 2019 10:51:26 +0200 Subject: nft: cache table list nft_table_find() uses the table list cache to look up for existing tables. Signed-off-by: Pablo Neira Ayuso --- 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 c137c5c6..dc0797d3 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -28,6 +28,7 @@ struct builtin_table { }; struct nft_cache { + struct nftnl_table_list *tables; struct { struct nftnl_chain_list *chains; bool initialized; -- cgit v1.2.3