summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-23 14:56:02 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commitbbdcfbfa081022a854b1e112063df2f6011582cb (patch)
tree8dec813e006048b9ac99b716d6700b685d58a4aa /include
parent232f2c3287fc780f31c076767799afc08d34cf02 (diff)
scanner: comp: Move to own scope.
Isolates only 'cpi' keyword for now. 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 0e75bad4..c16f2101 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -45,6 +45,7 @@ enum startcond_type {
PARSER_SC_TCP,
PARSER_SC_VLAN,
PARSER_SC_CMD_LIST,
+ PARSER_SC_EXPR_COMP,
PARSER_SC_EXPR_FIB,
PARSER_SC_EXPR_HASH,
PARSER_SC_EXPR_IPSEC,