summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:04 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:39 +0100
commitfaa8fc1dfb317b209d1eb5803854cd58d8d16119 (patch)
treea862d27ee5c8cc7bdacaba92f17ad2362d3077c9 /include/parser.h
parentffc19f40ac1075a6dc69894d556f8845aaec225b (diff)
scanner: ip6: move to own scope
move flowlabel and hoplimit. 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 a778cb59..586a9848 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -30,6 +30,7 @@ enum startcond_type {
PARSER_SC_BEGIN,
PARSER_SC_CT,
PARSER_SC_IP,
+ PARSER_SC_IP6,
PARSER_SC_EXPR_HASH,
PARSER_SC_EXPR_IPSEC,
PARSER_SC_EXPR_NUMGEN,