Last Modified: Nov 22, 2021
Opened: Jan 19, 2015
Severity: 3-Major
RESOLV::lookup command does not cache responses if it is called within CLIENT_ACCEPTED event for VIP with HTTP profile.
DNS responses are not cached. RESOLV::lookup requests DNS RR instead of getting response from its cache.
iRule with RESOLV::lookup command in CLIENT_ACCEPTED event assigned to VIP with HTTP profile
Use RESOLV::lookup in HTTP_REQUEST event.
None