3 Dec
2021
3 Dec
'21
11:48 a.m.
On Dec 3, 2021, at 10:55 AM, Jackie <dark17@126.com> wrote:
In 2.x I can add a attributes in radcheck table use the =~ operator, and a regex xxx.xxx.xxx.1|xxx.xxx.xxx.2 ... but in 3.x it failed, follow is error message
(1) sql: ERROR: Error parsing value: Failed resolving "=xxx.xxx.xxx.1|=xxx.xxx.xxx.2" to IPv4 address: Name or service not known
Yes. That functionality was removed in 3.0
what can I do?
Rewrite the rules in `unlang`. Unfortunately, in order to support new features in v3, it was hard to keep the regex support in SQL. Alan DeKok.