From 578467c10f0ec10faf456cec529c2af14fc81495 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 30 Jul 2021 17:20:27 +0200 Subject: scanner: policy: move to own scope Isolate 'performance' and 'memory' keywords. Signed-off-by: Phil Sutter --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index 57f1fcc5..79eadc0d 100644 --- a/include/parser.h +++ b/include/parser.h @@ -40,6 +40,7 @@ enum startcond_type { PARSER_SC_IP, PARSER_SC_IP6, PARSER_SC_LIMIT, + PARSER_SC_POLICY, PARSER_SC_QUOTA, PARSER_SC_SCTP, PARSER_SC_SECMARK, -- cgit v1.2.3