From d268c858df7320db1bc959264594131ca90ef90c Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Mar 2021 14:23:05 +0100 Subject: scanner: add fib scope makes no sense as-is because all keywords need to stay in the INITIAL scope. This can be changed after all saddr/daddr users have been scoped. Signed-off-by: Florian Westphal --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 586a9848..e338713d 100644 --- a/include/parser.h +++ b/include/parser.h @@ -31,6 +31,7 @@ enum startcond_type { PARSER_SC_CT, PARSER_SC_IP, PARSER_SC_IP6, + PARSER_SC_EXPR_FIB, PARSER_SC_EXPR_HASH, PARSER_SC_EXPR_IPSEC, PARSER_SC_EXPR_NUMGEN, -- cgit v1.2.3