Forum Discussion
uni
Altocumulus
Oct 16, 2006Stop event processing for multiple rules
I have virtuals defined with two rules: one rule which is common to all, and one customised for each virtual. All the rule processing is done within the HTTP_REQUEST event.
Can anyone suggest a si...
hoolio
Cirrostratus
Oct 18, 2006One other quick note:
Using return stops further processing of commands in the current event in the current rule:
when HTTP_REQUEST {
log local0. "hit HTTP_REQUEST event"
return
log local0. "This will never be triggered!"
}
when HTTP_RESPONSE {
log local0. "hit HTTP_RESPONSE 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