summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-08 18:18:35 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-11 13:43:32 +0100
commit31e5a129ee6db48414975ffad3530034a96a6365 (patch)
tree8b3e838167dc0304f8e91bee55d185c01c874213 /include/parser.h
parent992a5dc69742717af9056be61d46b455a5448bae (diff)
scanner: ipsec: move to own scope
... and hide the ipsec specific tokens from the INITITAL scope. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index c3a85a4c..001698db 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -29,6 +29,7 @@ struct parser_state {
enum startcond_type {
PARSER_SC_BEGIN,
PARSER_SC_EXPR_HASH,
+ PARSER_SC_EXPR_IPSEC,
PARSER_SC_EXPR_NUMGEN,
PARSER_SC_EXPR_QUEUE,
};