Peter_Junos_132
Aug 26, 2013Nimbostratus
Selecting pool in iRule fails
Hello,
do you have any idea, why selecting pool in iRule fails after last update of licence?
Previous status: I had some iRules to select correct pool and it worked.
Status now: when there is mentioned pool in any iRule, "Connection reset by peer" is always returned.
For now, I temporarily use pool www_pool to serve all requests and they are served. However, when I add one simple iRule:
when HTTP_REQUEST {
pool www_pool
}
then, request are no longer served and F5 resets the connection. Real server does not get anything on its target port (or it cannot be seen by tcpdump).
Thanks for any suggestions.