summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-05-10 17:59:06 +0200
committerFlorian Westphal <fw@strlen.de>2021-06-09 23:19:11 +0200
commit6a24ffb04642e8bee982cbb0c6686e834e3eea9f (patch)
tree3a03af8b04b5be00153c375291da04a59642c38a /include
parentbaecd1cf26851a4c5b7d469206a488f14fe5b147 (diff)
scanner: add list cmd parser scope
Followup patch will add new 'hooks' keyword for nft list hooks Add a scope for list to avoid exposure of the new keyword in nft rulesets. 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 1a272ee2..e8635b4c 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -41,6 +41,7 @@ enum startcond_type {
PARSER_SC_SCTP,
PARSER_SC_SECMARK,
PARSER_SC_VLAN,
+ PARSER_SC_CMD_LIST,
PARSER_SC_EXPR_FIB,
PARSER_SC_EXPR_HASH,
PARSER_SC_EXPR_IPSEC,