From 0925d7e214825628e7db4a86d5ebbad578ab0777 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 4 May 2021 13:06:32 +0200 Subject: scanner: sctp: Move to own scope This isolates only "vtag" token for now. Signed-off-by: Phil Sutter Reviewed-by: Florian Westphal --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index d890ab22..e3f48078 100644 --- a/include/parser.h +++ b/include/parser.h @@ -38,6 +38,7 @@ enum startcond_type { PARSER_SC_IP6, PARSER_SC_LIMIT, PARSER_SC_QUOTA, + PARSER_SC_SCTP, PARSER_SC_SECMARK, PARSER_SC_VLAN, PARSER_SC_EXPR_FIB, -- cgit v1.2.3