From ffc19f40ac1075a6dc69894d556f8845aaec225b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Mar 2021 14:23:03 +0100 Subject: scanner: ip: move to own scope Move the ip option names (rr, lsrr, ...) out of INITIAL 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 be29f400..a778cb59 100644 --- a/include/parser.h +++ b/include/parser.h @@ -29,6 +29,7 @@ struct parser_state { enum startcond_type { PARSER_SC_BEGIN, PARSER_SC_CT, + PARSER_SC_IP, PARSER_SC_EXPR_HASH, PARSER_SC_EXPR_IPSEC, PARSER_SC_EXPR_NUMGEN, -- cgit v1.2.3