summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-03-08 18:18:36 +0100
committerFlorian Westphal <fw@strlen.de>2021-03-11 13:43:33 +0100
commit8861db1b771a69de91f0d17ea9b70a63b3c9504a (patch)
tree87f24807ba4718d3279fefebcaa595671c5391c6 /include/parser.h
parent31e5a129ee6db48414975ffad3530034a96a6365 (diff)
scanner: rt: move to own scope
classid and nexthop can be moved out of INIT scope. Rest are still needed because tehy are used by other expressions as well. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 001698db..2cdccaf5 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -32,6 +32,7 @@ enum startcond_type {
PARSER_SC_EXPR_IPSEC,
PARSER_SC_EXPR_NUMGEN,
PARSER_SC_EXPR_QUEUE,
+ PARSER_SC_EXPR_RT,
};
struct mnl_socket;