]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: add set declaration to cache
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Jul 2015 11:15:48 +0000 (13:15 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Aug 2015 23:13:35 +0000 (01:13 +0200)
commit100cfb99175ed6f7307ff71fd78443c8dea35a08
tree8eb41aa32b7ab4f09f45905bc04412eaf718308e
parent05834a0fa84ee461b798308d57ffa1888c05d728
src: add set declaration to cache

This patch adds set objects to the cache if they don't exist in the kernel, so
they can be referenced from this batch. This occurs from the evaluation step.

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