Forum Discussion
wilcdr
Aug 14, 2019Nimbostratus
Force iRule to update on existing connections?
Hi, When we have a VIP that has an iRule associated with it, and we update the code of the iRule (or even disassociate the iRule from the VIP), existing connections keep the old iRule still as ...
JG
Aug 15, 2019Cumulonimbus
If you really need this, you can try the following irule:
when HTTP_RESPONSE {
....
HTTP::close
TCP::close
}
, but you lose performance. Also an irule is not meant for frequent changes to itself.
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