]> git.ipfire.org Git - thirdparty/nftables.git/commit
rule: skip cache population from do_command_monitor()
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Jun 2019 11:54:46 +0000 (13:54 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Jun 2019 17:54:57 +0000 (19:54 +0200)
commitfb2c7e161823f2b3afaacf2bf975e81ec9d97411
tree313150aea8f920396814d8c202c994bf036763d8
parent449e9d5e6946118623b46f7a37eb323c789223b5
rule: skip cache population from do_command_monitor()

nft_evaluate() already populates the cache before running the monitor
command. Remove this code.

Fixes: 7df42800cf89 ("src: single cache_update() call to build cache before evaluation")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/rule.c