]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: cache: Introduce nft_cache_add_chain()
authorPhil Sutter <phil@nwl.cc>
Fri, 10 Jul 2020 19:37:38 +0000 (21:37 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 21 Dec 2020 17:33:21 +0000 (18:33 +0100)
commite8d48d7b41ec09eb67f69a2bed04628870ec85c3
treee008ac6439da40555b3c749a8108b495efa0a5f8
parent694612adf87fb614f16a2b678f32745d5c9d7876
nft: cache: Introduce nft_cache_add_chain()

This is a convenience function for adding a chain to cache, for now just
a simple wrapper around nftnl_chain_list_add_tail().

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-cache.c
iptables/nft-cache.h
iptables/nft.c