From 9a09a64bb4160a5bb79cdf91bd95b7f77966f62e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 May 2000 14:58:38 +0000 Subject: Use ? in path matching to avoid /* trap. --- filter/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/config.Y') 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: -- cgit v1.2.3