Forum Discussion
Alex_Loh_3273
Feb 08, 2011Nimbostratus
Import Old iRules to LTM v10.2
Hi All,
Need your technical assistance to import the following irule to my LTM v10.2.
Tried to import but keep prompting out error, please advice...thanks
rule abcon...
hoolio
Feb 08, 2011Cirrostratus
Hi Alex,
Here is the 10.x equivalent:
when HTTP_REQUEST {
if { not ([HTTP::uri] contains "/abc/")}{
HTTP::redirect "http://[HTTP::host][HTTP::uri]"
} elseif {[HTTP::uri] contains "/discoverer/"}{
pool discoverer-pool
} else {
pool abc-pool
}
}
Aaron
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