1
0
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:
Pavel Machek
2000-04-17 10:50:03 +00:00
parent e399b6f6ad
commit 4b641bab52
4 changed files with 7 additions and 21 deletions

View File

@@ -313,6 +313,7 @@ switch_body: /* EMPTY */ { $$ = NULL; }
bgp_one:
NUM { $$ = $1; }
| '*' { $$ = PM_ANY; }
;
bgp_path: