regular expressions parsing changed in 1.1.2 ?
Alan DeKok
aland at nitros9.org
Tue May 30 16:50:30 CEST 2006
Alexander Serkin <als at cell.ru> wrote:
> /opt/fr/etc/raddb/huntgroups[87]: Parse error (check) for entry UNKNOWN:
> Illegal regular expression in attribute: Calling-Station-Id: ?, *, +, or
> { } not preceded by valid regular expression
>
> The string contains:
> Calling-Station-Id =~ "*"
That's not a valid regular expression. * is a modifier that matches
zero or more previous tokens. You don't have a previous token, so
it's an invalid regex.
Alan DeKok.
More information about the Freeradius-Users
mailing list