Forum Discussion
Feb 12, 2015
BIG-IP : disable further processing for event -- except for diagnostics
F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi
My virtual-server has a stack of irules :
irule-01
irule-02
irule-03
irule-diagnostic
These irules examine requests and ma...
Greg_Chew_31149
Feb 12, 2015Historic F5 Account
return will only exit the current event in the current rule. If you want to prevent all subsequent iRule events from any iRule on the virtual server from running, you can use 'event disable all'. Or if you want to do it just for select code in this or another rule on the same virtual server, you could set a variable in CLIENT_ACCEPTED and then check the value in subsequent code before running it.
http://devcentral.f5.com/wiki/default.aspx/iRules/return
http://devcentral.f5.com/wiki/default.aspx/iRules/event
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