Karl Pielorz <[EMAIL PROTECTED]> wrote:
> This works fine, but is it possible to do the quivalent of:
> 
> "Calling-Station-Id == 0123456789
>    -or-
>  Calling-Station-Id == 0234567891"
> 
> i.e. if The calling station ID is one value OR another value?

  Regexes.

  Calling-Station-Id =~ "0123456789|0234567891"


  Alan DeKok.

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

Reply via email to