Forum Discussion
Daniel_02_13867
Nimbostratus
Nov 29, 2013persist for all but one IP address
Hi,
We have an iRule for persistence, where we want to skip running the persistence logic for a specific IP-address. The rule works great, but for the one thing that the IP-address check fails. Is ...
What_Lies_Bene1
Cirrostratus
Nov 29, 2013Perhaps some brackets;
if { !([IP::addr [IP::client_addr] equals 131.206.24.6]) } {
persist uie $persist_key 30
}
Better yet (maybe);
if { [IP::addr [IP::client_addr] equals 131.206.24.6] } {
return }
persist uie $persist_key 30
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