Forum Discussion
Narendra_26827
Jul 20, 2011Nimbostratus
iRule to retry with modulus operator
Hi, We have 4 pools and we are redirecting the request to each pool by calculating modulus of crc32 value of an http header id. I have written the following iRule for that : In http header we...
The_Bhattman
Jul 21, 2011Nimbostratus
Hi Narendra,
I have never tried this but I think you might be able to sort using the following command
set default_member [lsort -stride 2 [active_members -list default_pool]]
set channel_member_new [lsort -stride 2 [active_members -list channel-pool]]
set gateway_member_new [lsort -stride 2 [active_members -list gateway-pool]]
set space_member_new [lsort -stride 2 [active_members -list space-pool]]
I don't see an issue with using unset in your code
Bhattman
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