(RADIATOR) Handler question (ORing attributes)

James Nelson radiator at isleofatlantis.net
Tue May 11 13:11:53 CDT 2004


Radiator Ref manual says:

"In <Handler checklist >, the checklist expression is a list of request 
attributes that must all match before this Handler will be used to 
handle the request."

Is there any way to do this so it will match any of the attributes?  
Basically what I'm wanting is this:

<Handler NAS-IP-Address = 1.2.3.4 OR NAS-IP-Address = 5.6.7.8>
 # Exceptions
 ...
</Handler>

<Handler>
 # Default
 ...
</Handler>

I could do it this way, but it will start to get cumbersome:

<Handler NAS-IP-Address = 1.2.3.4>
 # Exception 1
 ...
</Handler>

<Handler NAS-IP-Address = 5.6.7.8>
 # Exception 2
 ...
</Handler>

<Handler>
 # Default
 ...
</Handler>

Thanks for any assistance,
::James Nelson

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list