diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 6d22f64e..72582083 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -251,7 +251,7 @@ WHITE [ \t] return IP4; } -({XIGIT}{2}){16,}|{XIGIT}{2}(:{XIGIT}{2}){15,}|hex:({XIGIT}{2}(:?{XIGIT}{2})*)? { +({XIGIT}{2}){16,}|{XIGIT}{2}(:{XIGIT}{2}){15,}|hex:({XIGIT}{2}*|{XIGIT}{2}(:{XIGIT}{2})*) { char *s = yytext; struct adata *bs; diff --git a/doc/bird.sgml b/doc/bird.sgml index e4b9d91f..739b6568 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1615,22 +1615,18 @@ in the foot). This is a sequences of arbitrary bytes. There are no ways to modify bytestrings in filters. You can pass them between function, assign them to variables of type