]> 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>
Thu, 23 Jan 2025 00:35:37 +0000 (01:35 +0100)
commit94c35155bc30339d205558125273e6c256e00c64
treeb048fabb60efa1ba61bdb8c3a50cb352720220de
parentf60013b195ec9c43ad77b32117d1e70ceba3005d
cache: remove full cache requirement when echo flag is set on

commit 53a503ad4a1abfa0374b3d12e884b69dc6df4b4f upstream.

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