summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 18:08:47 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit04c95f147c7fa221d1f438fc577c0bd84bc71316 (patch)
tree81fa229c0af0f538cac9aaa2d4484133482ee07d /include
parent62a956986949d20a7f646ddca885c19c3b136416 (diff)
scanner: type: Move to own scope
As a side-effect, this fixes for use of 'classid' as set data type. 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 30ddef03..072fea24 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -43,6 +43,7 @@ enum startcond_type {
PARSER_SC_SCTP,
PARSER_SC_SECMARK,
PARSER_SC_TCP,
+ PARSER_SC_TYPE,
PARSER_SC_VLAN,
PARSER_SC_CMD_LIST,
PARSER_SC_EXPR_AH,