mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Path matching now actually works, including / * 1 2 3 * /.
This commit is contained in:
@@ -313,6 +313,7 @@ switch_body: /* EMPTY */ { $$ = NULL; }
|
||||
|
||||
bgp_one:
|
||||
NUM { $$ = $1; }
|
||||
| '*' { $$ = PM_ANY; }
|
||||
;
|
||||
|
||||
bgp_path:
|
||||
|
||||
Reference in New Issue
Block a user