]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: replace libnftnl table list by linux list
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 23 Jul 2020 12:15:53 +0000 (14:15 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 27 Jul 2020 14:01:58 +0000 (16:01 +0200)
commitcf3e9100eedce518e42dfb6933c7871d041a7d18
treeea3ecb2e72d0079576a927f2f88b157b569288f4
parent67bef1540ebdbd64f7d9dc65b76505d161536759
iptables: replace libnftnl table list by linux list

This patch removes the libnftnl table list by linux list. This comes
with an extra memory allocation to store the nft_table object. Probably,
there is no need to cache the entire nftnl_table in the near future.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft-cache.c
iptables/nft-cache.h
iptables/nft.c
iptables/nft.h