]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: remove flowtable from cache on delete flowtable command
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 29 Apr 2021 16:07:34 +0000 (18:07 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 2 May 2021 21:30:35 +0000 (23:30 +0200)
commite73ada02020c92212666cda9408655356454a3c3
treed73ad7f39bc92b7ad6874aa5d430a37e888558c1
parent745e51d0b8f0512156bccc345e69ccb48338faf6
evaluate: remove flowtable from cache on delete flowtable command

Update the cache to remove this flowtable from the evaluation phase.
Add flowtable_cache_del() function for this purpose.

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