summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:13 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:46 +0100
commit27b44b57ad3cae978f5b92df7b6379ca07e89f43 (patch)
treea20d0f690cde4f962fb2213da01bd0a0560c4271 /include/parser.h
parent46e0b54cad76125a70184339c49cbd1dfde1c4ea (diff)
scanner: secmark: move to own 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 cc9790f6..9fdebcd1 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -35,6 +35,7 @@ enum startcond_type {
PARSER_SC_IP6,
PARSER_SC_LIMIT,
PARSER_SC_QUOTA,
+ PARSER_SC_SECMARK,
PARSER_SC_VLAN,
PARSER_SC_EXPR_FIB,
PARSER_SC_EXPR_HASH,