]> git.ipfire.org Git - thirdparty/nftables.git/commit
cache: add filtering support for objects
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 25 Aug 2024 22:41:37 +0000 (00:41 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 26 Aug 2024 16:38:01 +0000 (18:38 +0200)
commit969ce17b66f8084626610202f11d607911e049e6
tree4735e3cd5693cd5de25b91a29422ccef3257a0e3
parent68c8fb5f7c988a38a694c77c65e789e0cb8dfd8a
cache: add filtering support for objects

Currently, full ruleset flag is set on to fetch objects.

Follow a similar approach to these patches from Phil:

 de961b930660 ("cache: Filter set list on server side") and
 cb4b07d0b628 ("cache: Support filtering for a specific flowtable")

in preparation to update the reset command to use the cache
infrastructure.

Tested-by: Eric Garver <eric@garver.life>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/cache.h
src/cache.c