]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: add set to the cache
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 15 Apr 2021 12:00:16 +0000 (14:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 2 May 2021 21:30:35 +0000 (23:30 +0200)
commit67d3969a72443c228b8fc198e42c7c508dbfe41a
treee523b5edf6179c1a60f0cefeff290b9ed4cb056e
parent56d5d7b0d445f66f7ba42d26d5cc535926c0426b
evaluate: add set to the cache

If the cache does not contain the set that is defined in this batch, add
it to the cache. This allows for references to this new set in the same
batch.

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