3 Jun
2015
3 Jun
'15
10:58 a.m.
On Jun 3, 2015, at 7:48 AM, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
We'd like to extend the check to internal_radius_1 AND internal_radius_2. Does inner-data support regexp to do that, maybe using something like the following expression? if ("%{clients:shortname}" ~ "internal_radius_(.*)") {
See "man unlang". The regex operator is documented. Alan DeKok.