1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Use ? in path matching to avoid /* trap.

This commit is contained in:
Pavel Machek
2000-05-25 14:58:38 +00:00
parent ba1dda495a
commit 9a09a64bb4
3 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ WHITE [ \t]
return CLI_MARKER;
}
[={}:;,()+*/%-<>~\[\]] {
[={}:;,()+*/%-<>~\[\]?] {
return yytext[0];
}