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:
@@ -139,7 +139,7 @@ WHITE [ \t]
|
||||
return CLI_MARKER;
|
||||
}
|
||||
|
||||
[={}:;,()+*/%-<>~\[\]] {
|
||||
[={}:;,()+*/%-<>~\[\]?] {
|
||||
return yytext[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user