]> git.ipfire.org Git - thirdparty/nftables.git/commit
cache: add hashtable cache for flowtable
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 29 Apr 2021 20:19:07 +0000 (22:19 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 2 May 2021 21:30:35 +0000 (23:30 +0200)
commit560963c4d41e153344850e8c98eaac4f131d05cb
tree4264e7aacfeba866e130e424eb70c85a386fd71a
parent45a84088ecbdd7403de849e169fe2f57f34a8bf1
cache: add hashtable cache for flowtable

Add flowtable hashtable cache.

Actually I am not expecting that many flowtables to benefit from the
hashtable to be created by streamline this code with tables, chains,
sets and policy objects.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/cache.h
include/netlink.h
include/rule.h
src/cache.c
src/evaluate.c
src/json.c
src/netlink.c
src/rule.c