summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-01-27 17:35:00 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-01-27 17:35:00 +0100
commitf9491630390da4de138961354433635729668b7d (patch)
tree2da7fd6b4aaa357a59dea672cfcd195d2a3ac5db /conf
parent11ec0f1a5171c556dec09e90c20af12f45a6d902 (diff)
downloadbird-f9491630390da4de138961354433635729668b7d.tar
bird-f9491630390da4de138961354433635729668b7d.zip
New syntax for bgp_path
Diffstat (limited to 'conf')
-rw-r--r--conf/cf-lex.l2
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];
}