From dc5372b6e8448549a770f9d09477fd2a9207d69c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 14 Jun 2019 14:16:59 +0200 Subject: cache: do not populate the cache in case of flush ruleset command __CMD_FLUSH_RULESET is a dummy definition that used to skip the netlink dump to populate the cache. This patch is a workaround until we have a better infrastructure to track the state of the cache objects. Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/rule.h b/include/rule.h index dd9df9ec..b41825d0 100644 --- a/include/rule.h +++ b/include/rule.h @@ -462,6 +462,7 @@ enum cmd_ops { CMD_EXPORT, CMD_MONITOR, CMD_DESCRIBE, + __CMD_FLUSH_RULESET, }; /** -- cgit v1.2.3