]> git.ipfire.org Git - thirdparty/nftables.git/commit
intervals: set on EXPR_F_KERNEL flag for new elements in set cache
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 18 Apr 2022 13:17:59 +0000 (15:17 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 18 Apr 2022 15:25:13 +0000 (17:25 +0200)
commitd1289bff58e1878c3162f574c603da993e29b113
treee2e14871159dcf4ca2e18a00991b9dc6fb937b80
parent721b9dec5499b0a06a1b7a30c2a989cdc712a344
intervals: set on EXPR_F_KERNEL flag for new elements in set cache

So follow up command in this batch that update the set assumes this
element is already in the kernel.

Fixes: 3da9643fb9ff ("intervals: add support to automerge with kernel elements")
Fixes: 3ed9fadaab95 ("intervals: build list of elements to be added from cache")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/intervals.c