From faa8fc1dfb317b209d1eb5803854cd58d8d16119 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Mar 2021 14:23:04 +0100 Subject: scanner: ip6: move to own scope move flowlabel and hoplimit. 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 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, -- cgit v1.2.3