summaryrefslogtreecommitdiffstats
path: root/filter/config.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-17 12:50:03 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-17 12:50:03 +0200
commit4b641bab521c4fbabf931c3eac7704e8e2cab298 (patch)
tree52280a7d323d618f3adc0b0e0f05c6a85ef92aeb /filter/config.Y
parente399b6f6ad91e6f94081dfe694740451100c7a7f (diff)
downloadbird-4b641bab521c4fbabf931c3eac7704e8e2cab298.tar
bird-4b641bab521c4fbabf931c3eac7704e8e2cab298.zip
Path matching now actually works, including / * 1 2 3 * /.
Diffstat (limited to 'filter/config.Y')
-rw-r--r--filter/config.Y1
1 files changed, 1 insertions, 0 deletions
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: