]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Pass nft_handle to flush_cache()
authorPhil Sutter <phil@nwl.cc>
Tue, 1 Oct 2019 13:14:48 +0000 (15:14 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 10 Oct 2019 21:50:34 +0000 (23:50 +0200)
commit4e9782cae29034c4eefd31703ba77aee7eca2233
tree153be042f463443018fb882bec0acb770195da8b
parent702b543494e1c52782ed4f011f13f6085f4fbbf7
nft: Pass nft_handle to flush_cache()

This allows to call nft_table_builtin_find() and hence removes the only
real user of __nft_table_builtin_find(). Consequently remove the latter
by integrating it into its sole caller.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft.c