Forum Discussion

Mike_Lowell_456's avatar
Mike_Lowell_456
Historic F5 Account
Nov 03, 2004

how do I get "one of" functionality in version 9?

The manual suggests this rule: START iRule my_iRule when CLIENT_ACCEPTED { if { [IP::remote_addr] eq matchclass aol } { pool aol_pool } else { pool all_pool } ...