Forum Discussion
mrgilchen
Altostratus
Dec 05, 2019multiple iRules
How would you handle multiple scripts. One single iRule or multiple iRules?
Lee_Sutcliffe
Nacreous
Dec 06, 2019I would disagree with Vijay_E, in my option, using multiple, more concise iRules and using priority to control the order they are triggered is a much better option.
smaller iRules are easier to manage, priority gives the control over what happens in what order
# iRule 1
when HTTP_REQUEST priority 10 {
# triggered first
}
# iRule 2
when HTTP_REQUEST priority 20 {
# triggered second
}
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