15 Apr
2015
15 Apr
'15
8:31 a.m.
On Apr 15, 2015, at 4:29 AM, Peter Balsianok <balsianok.peter@gmail.com> wrote:
May i use cid cast also for NAP-IP-Address ?
if (<cidr>&NAS-IP-Address == 192.168.0.0/24) { update request {
}
Yes. The left hand side will be cast to a CIDR with the same net mask as the RHS. Alan DeKok.