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