From: Quentin Young Date: Sun, 2 Oct 2016 19:14:40 +0000 (+0000) Subject: lib: allow nesting selectors X-Git-Tag: frr-3.0-branchpoint~129^2~104 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4d12266b808b1208fb603406346025e1a2a66858;p=matthieu%2Ffrr.git lib: allow nesting selectors Signed-off-by: Quentin Young --- diff --git a/lib/command_parse.y b/lib/command_parse.y index 2d8881689d..89c0e47f83 100644 --- a/lib/command_parse.y +++ b/lib/command_parse.y @@ -343,6 +343,7 @@ selector_token: $$->start = $$->end = $1; } | option +| selector ; /* [option] productions */