]> git.ipfire.org Git - thirdparty/nftables.git/commit
cache: remove full cache requirement when echo flag is set on
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 29 Aug 2024 10:42:12 +0000 (12:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 30 Aug 2024 10:30:32 +0000 (12:30 +0200)
commit53a503ad4a1abfa0374b3d12e884b69dc6df4b4f
tree8ef388f794b9981e44fb9f571bb5de074d552d21
parent19702ae3d5da18fef64248f95df471c6664dd08e
cache: remove full cache requirement when echo flag is set on

The echo flag does not use the cache infrastructure yet, it relies on
the monitor cache which follows the netlink_echo_callback() path.

Fixes: 01e5c6f0ed03 ("src: add cache level flags")
Tested-by: Eric Garver <eric@garver.life>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/cache.c