summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-05-04 13:06:32 +0200
committerPhil Sutter <phil@nwl.cc>2021-05-19 11:51:18 +0200
commit0925d7e214825628e7db4a86d5ebbad578ab0777 (patch)
treef143cff6bccacd056b270b6c7c621691a0bd860c /include
parented4882794e0f9153423dd933da8ec15bba734933 (diff)
scanner: sctp: Move to own scope
This isolates only "vtag" token for now. Signed-off-by: Phil Sutter <phil@nwl.cc> Reviewed-by: Florian Westphal <fw@strlen.de>
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 d890ab22..e3f48078 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -38,6 +38,7 @@ enum startcond_type {
PARSER_SC_IP6,
PARSER_SC_LIMIT,
PARSER_SC_QUOTA,
+ PARSER_SC_SCTP,
PARSER_SC_SECMARK,
PARSER_SC_VLAN,
PARSER_SC_EXPR_FIB,