(SOL16433) Description
The Traffic Management Microkernel (TMM) may produce a core file when an LB_FAILED iRule references an undefined value.
This issue occurs when all of the following conditions are met:
A BIG-IP virtual server is configured with the following:
An HTTP compression profile and a Web Acceleration profile
An iRule that uses the LB_FAILED event
An LB_FAILED iRule event that references an undefined variable, similar to the following example:
when LB_FAILED {
log local0. "$value
↧