Forum Discussion
boneyard
Jan 02, 2015MVP
iRule LB_FAILED event when not doing any load balancing
i have the following iRule on a standard virtual server without a default pool, no local traffic policies and no other iRules:
when HTTP_REQUEST {
log local0. "HTTP_REQUEST"
TCP::close
retur...
shaggy
Jan 02, 2015Nimbostratus
not sure if the behavior is logical or not, but you may be able to avoid it by using the event command:
when HTTP_REQUEST {
log local0. "HTTP_REQUEST"
TCP::close
event LB_FAILED disable
return
}
when LB_FAILED {
log local0. "LB_FAILED"
}
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