summaryrefslogtreecommitdiffstats
path: root/filter/config.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-25 16:58:38 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-25 16:58:38 +0200
commit9a09a64bb4160a5bb79cdf91bd95b7f77966f62e (patch)
tree7a5341aa9261056a4ab8061c16897efc24732025 /filter/config.Y
parentba1dda495ad29cd86260533828ce38c7d327f045 (diff)
downloadbird-9a09a64bb4160a5bb79cdf91bd95b7f77966f62e.tar
bird-9a09a64bb4160a5bb79cdf91bd95b7f77966f62e.zip
Use ? in path matching to avoid /* trap.
Diffstat (limited to 'filter/config.Y')
-rw-r--r--filter/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/config.Y b/filter/config.Y
index 0bbc325..b81bd6c 100644
--- a/filter/config.Y
+++ b/filter/config.Y
@@ -277,7 +277,7 @@ switch_body: /* EMPTY */ { $$ = NULL; }
bgp_one:
NUM { $$ = $1; }
- | '*' { $$ = PM_ANY; }
+ | '?' { $$ = PM_ANY; }
;
bgp_path: