Forum Discussion
Irule error after upgrade of LTM to the version 15.1.3.1
Hi Thiyagu,
Do you have an extra iRule with any of the following commands:
- HTTP::respond
- HTTP::redirect
- HTTP::retry
in addition to "IRULE_CIP" associated with your virtual server. (TCL error: ERR_NOT_SUPPORTED after upgrade to version 14.1.0 or later (f5.com)).
If so, you can change the order of the iRules in Virtual Server --> Resources --> iRules. Click Manage for iRules Management and Move Up the "IRULE_CIP. Than test it again.
Or you can apply the recommended action in LTM policy redirect action returns TCL error: Can't call after responding - ERR_NOT_SUPPORTED (line 1) for subsequent HTTP iRule event processing (f5.com).
when HTTP_REQUEST {
if { [HTTP::has_responded] } { return }
else {
HTTP::header insert srcaddr [IP::remote_addr]
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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