From b301f2ed198804015c4434f925c75e0bd224c4ef Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 7 Apr 2020 13:47:54 +0200 Subject: nft: cache: Improve fake cache integration With NFT_CL_FAKE being highest cache level while at the same time __nft_build_cache() treating it equal to NFT_CL_TABLES, no special handling for fake cache is required anymore. Signed-off-by: Phil Sutter --- iptables/nft-cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/nft-cache.h') diff --git a/iptables/nft-cache.h b/iptables/nft-cache.h index 8c63d8d5..01dd15e1 100644 --- a/iptables/nft-cache.h +++ b/iptables/nft-cache.h @@ -4,7 +4,6 @@ struct nft_handle; void nft_cache_level_set(struct nft_handle *h, int level); -void nft_fake_cache(struct nft_handle *h); void nft_rebuild_cache(struct nft_handle *h); void nft_release_cache(struct nft_handle *h); void flush_chain_cache(struct nft_handle *h, const char *tablename); -- cgit v1.2.3