Forum Discussion
Mittal_119693
Nimbostratus
Sep 27, 2013DNS::return issue
In DNS_request event, I'm using DNS::return after matching a specific condition but I noticed even after matching specific condition and skipping further TCL processing the irule continues to process...
Mohamed_Lrhazi
Altocumulus
Sep 28, 2013I am thinking "return" should be what you need, are you sure it does not actualy work? Maybe you should open a case with Support if that is the case:
when DNS_Request {
if (condition == 1) {
set match 1
DNS::return
return
}
set match 0
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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