Re: using CLID

2004-06-11 Thread Alexander Serkin
thank you, Alan. Another question is - can i check through several DEFAULT items? I mean, if the first DEFAULT matched: DEFAULT NAS-IP-Address == a.b.c.d,Calling-Station-Id =~ ^123456, Group-Name := mygroup Fall-Through = Yes i want to check next

Re: using CLID

2004-06-11 Thread Alan DeKok
Alexander Serkin [EMAIL PROTECTED] wrote: Another question is - can i check through several DEFAULT items? Yes. That's what Fall-Through is for. DEFAULT NAS-IP-Address == a.b.c.d,Calling-Station-Id =~ ^123456, Group-Name := mygroup This won't work. The