> Try:
>
> if ((Client-IP-Address == x) || (Client-IP-Address == y)) {
> }

No joy :-(.  For now, I ended up doing:

           if (Called-Station-Id) {
              if (Client-IP-Address == "x") {
                 update request {
                    Huntgroup-Name := "zzzz"
                 }
              }
              elsif (Client-IP-Address == "y") {
                 update request {
                    Huntgroup-Name := "zzzz"
                 }
              }
           }

Not as efficient, but it works.  I'll retest the old unlang code after I 
upgrade later this year.

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to