Forum Discussion
[SOLVED] Wrong pool after iRule -> Pool
Hi all,
thanks for your answer.
At this point iRule is super simple:
when HTTP_REQUEST {
if { [HTTP::method] eq "GET"} {
set var [getfield [HTTP::uri] "/" 7]
if { $var > 3000} {
pool a
} else {
pool b
}
}
Pool is correctly selected but dst port is not translated.
I´ll take a look at what you said tomorrow, it has to be something obvious.
I´ll let you know my findings ;)
- jaikumar_f5May 09, 2020
Noctilucent
Whats the progress mate.
- MitheorMay 09, 2020
Cirrus
It´s been solved.
It seems that my customer pasted the iRule wrongly :P
Thanks!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
