diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-27 17:35:00 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-27 17:35:00 +0100 |
commit | f9491630390da4de138961354433635729668b7d (patch) | |
tree | 2da7fd6b4aaa357a59dea672cfcd195d2a3ac5db /conf/cf-lex.l | |
parent | 11ec0f1a5171c556dec09e90c20af12f45a6d902 (diff) | |
download | bird-f9491630390da4de138961354433635729668b7d.tar bird-f9491630390da4de138961354433635729668b7d.zip |
New syntax for bgp_path
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index ce2ce40..edca7a2 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -157,7 +157,7 @@ WHITE [ \t] return CLI_MARKER; } -[={}:;,.()+*/%<>~\[\]?!-] { +[={}:;,.()+*/%<>~\[\]?!\|-] { return yytext[0]; } |