Forum Discussion
annielee_13548
May 13, 2015Nimbostratus
irules optimization
Hi,
I am trying to optimize the irules below (to a for each loop, if possible) im modifying and need some programming help 🙂
if { ([HTTP::host] contains "env-1") || ([HTTP::host] contains "1.1....
- May 13, 2015
can you try something like this?
when HTTP_REQUEST { switch -glob [HTTP::host] { "*env-1" - "1.1.1.1*" { Do something } "*env-2*" - "1.1.1.2*" { Do something } default { Do something } } }
nitass_89166
May 13, 2015Noctilucent
but is that the better irules than for each ? (if there is any) ?
i think it is better but you may evaluate it.
iRules Optimization 101 - 05 - Evaluating iRule Performance by Deb Allen
https://devcentral.f5.com/articles/irules-optimization-101-05-evaluating-irule-performance
- annielee_13548May 13, 2015Nimbostratusthanks for the link, will try to 'evaluate' the irules.. and also thanks for making my irules better :-)
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