ltm rule event IVS ENTRY RESPONSEΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
IVS_ENTRY_RESPONSE
IVS Received Serverside Response.
DESCRIPTION
The internal virtual server has received a response to process, from the parent virtual server (server side).
Examples
when IVS_ENTRY_RESPONSE {
# Tell primary virtual the IVS will not handle this response
IVS_ENTRY::result noop
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.4.0 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)