Forum Discussion
Cory_Starr_1119
Nimbostratus
Sep 20, 2006redirect to v9.x rule
I have a v4.x rule I'm trying to migrate to v.9x
v4.x Rule looks like this:
if (client_addr == one of OPS_IP) {
use pool FS_OPS_Pool
}
else if (client_addr == one of A...
Sep 20, 2006
Yes, the HTTP::redirect command is only valid within a HTTP event.
Another thing: In your iRule, if $::OPS_IP and $::Admin_IP are data groups, then you'll have to use the matchclass command and not a straight equality. If you just use an equals comparison, then I believe it will only compare against the first item in the data group.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects