Forum Discussion
Ganesh_Ramamoor
Nimbostratus
Nov 08, 2005TCP Rule question
When I'm using this iRule:
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
if { [TCP::payload] contains "XXX" } {
pool XXX
}
elseif...
unRuleY_95363
Nov 08, 2005Historic F5 Account
Once the lb decision has been made you can't repick a pool. You would need to issue an LB::detach to disconnect the server connection so a new pool could be used. You could certainly just do:
LB::detach
pool YYY
LB::detach shouldn't have any effect if it's already detached (eg, the first request).
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