Forum Discussion
Les_Marstaeller
Nimbostratus
Dec 15, 2005Default pool when using IRules
Hi,
I am using an irule to direct http requests to one of two pools depending on the url.
eg. /123 goes to pool 123 and /456 goes to pool 456
In this case, do I need to s...
Dec 15, 2005
Can you post the code that's generating the error?
Generally, you need to form your code like this
if { condition } {
do_something
} elseif { condition2 } {
do_something_else
} else {
do_something_different
}
If you put a space after a brace and then the elseif on a newline, it can cause validation errors.
-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