]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Symbol names enclosed by apostrophes can contain DOTs.
authorOndrej Filip <feela@network.cz>
Sun, 10 Feb 2013 18:17:38 +0000 (19:17 +0100)
committerOndrej Filip <feela@network.cz>
Sun, 10 Feb 2013 18:17:38 +0000 (19:17 +0100)
conf/cf-lex.l

index c8eae0e87652167d2ce09574f072a99ceafc5473..e04304857cb81cb1c6e88ac52193ba5a04d07509 100644 (file)
@@ -172,7 +172,7 @@ else: {
   return ELSECOL;
 }
 
-({ALPHA}{ALNUM}*|[']({ALNUM}|[-])*[']) {
+({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.])*[']) {
   if(*yytext == '\'') {
     yytext[yyleng-1] = 0;
     yytext++;