summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-11 14:23:10 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-16 23:59:44 +0100
commiteae252568525225102ccc2ad856e4e9d33e1b8ca (patch)
tree8ae82b524bfc58a91028046961e9bff57624620a /include
parentb775b928fdbd97053465e4f9eae5c4d653bdb8c3 (diff)
scanner: limit: move to own scope
Moves rate and burst out of INITIAL. Signed-off-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 889f9418..a5ea208e 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -33,6 +33,7 @@ enum startcond_type {
PARSER_SC_ETH,
PARSER_SC_IP,
PARSER_SC_IP6,
+ PARSER_SC_LIMIT,
PARSER_SC_VLAN,
PARSER_SC_EXPR_FIB,
PARSER_SC_EXPR_HASH,