From 31e5a129ee6db48414975ffad3530034a96a6365 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 8 Mar 2021 18:18:35 +0100 Subject: scanner: ipsec: move to own scope ... and hide the ipsec specific tokens from the INITITAL scope. Signed-off-by: Florian Westphal --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parser.h') 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, }; -- cgit v1.2.3