summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-30 18:05:19 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit069a04507a55a2e2be7ad98749eb4f1fe4510d49 (patch)
treef309de4c96ce01994d1536748fd6b310a8a2c47c /include
parent2165324da913e5d3fe719680e81cadda12d2c19c (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
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,