From 069a04507a55a2e2be7ad98749eb4f1fe4510d49 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 30 Jul 2021 18:05:19 +0200 Subject: scanner: meta: Move to own scope This allows to isolate 'length' and 'protocol' keywords shared by other scopes as well. Signed-off-by: Phil Sutter --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index 0dcc30be..bc42229c 100644 --- a/include/parser.h +++ b/include/parser.h @@ -41,6 +41,7 @@ enum startcond_type { PARSER_SC_IP, PARSER_SC_IP6, PARSER_SC_LIMIT, + PARSER_SC_META, PARSER_SC_POLICY, PARSER_SC_QUOTA, PARSER_SC_SCTP, -- cgit v1.2.3