Hi Michael and everyone,In message <6641F169E241EA40B29DE7BFAD24674D944E7B@EXCH2.campus.bridgew.edu>, "King, Michael" <MKing@bridgew.edu> writes
Calling-Station-Id =~ "^(00-0D-93-|00-03-93-|00-05-02-)"I was just concerned with a partial match I wasn't expecting. E.g. XX-XX-00-0D-93-XX
That's not an issue - the other Michael began the regex with a ^, which means "beginning of line". XX-XX-00-0D-93-XX will not match this regex.
If you're worried about unexpected matches, specify the MAC addresses in full.
David -- David Wood david@wood2.org.uk