From 47fdff19c0e1aba85cc0edf74fa029d4ed4f10e7 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 24 Mar 2021 12:07:05 +0100 Subject: parser: add missing scope_close annotation for RT keyword Signed-off-by: Florian Westphal --- src/parser_bison.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/parser_bison.y b/src/parser_bison.y index 98fe4431..5cb4f8e1 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -5506,7 +5506,7 @@ exthdr_exists_expr : EXTHDR exthdr_key ; exthdr_key : HBH { $$ = IPPROTO_HOPOPTS; } - | RT { $$ = IPPROTO_ROUTING; } + | RT close_scope_rt { $$ = IPPROTO_ROUTING; } | FRAG { $$ = IPPROTO_FRAGMENT; } | DST { $$ = IPPROTO_DSTOPTS; } | MH { $$ = IPPROTO_MH; } -- cgit v1.2.3