summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:03 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:38 +0100
commitffc19f40ac1075a6dc69894d556f8845aaec225b (patch)
tree24072710f69e79c5eae02dd5ac45accf2867c90d /include/parser.h
parent5a5d809b398a920a5267a508a8620b5ee75ab414 (diff)
scanner: ip: move to own scope
Move the ip option names (rr, lsrr, ...) out of INITIAL 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 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,