Forum Discussion
rob_carr_76748
Nimbostratus
Mar 13, 2014Error while loading iRule
Any idea why this rule loads:
ltm rule LOOKUP_LB_Policy {
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::host]] contains HTTP_URL_RLSE_LOOKUP_Class]} {
pool HPVTIBRLSEPR...
pete_71470
Cirrostratus
Mar 13, 2014It looks like a right curly brace is missing after the final else:
} else {
pool PROD_CMS_Farm
should read:
} else {
pool PROD_CMS_Farm
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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