From 4b641bab521c4fbabf931c3eac7704e8e2cab298 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 17 Apr 2000 10:50:03 +0000 Subject: Path matching now actually works, including / * 1 2 3 * /. --- filter/config.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/config.Y') diff --git a/filter/config.Y b/filter/config.Y index d515d17..0c2247d 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -313,6 +313,7 @@ switch_body: /* EMPTY */ { $$ = NULL; } bgp_one: NUM { $$ = $1; } + | '*' { $$ = PM_ANY; } ; bgp_path: -- cgit v1.2.3