ltm rule command MR instanceΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
MR::instance
Returns the name of the current mr_router instance.
SYNOPSIS
MR::instance
DESCRIPTION
returns the name of the current mr_router instance
RETURN VALUE
returns the name of the current mr_router instance
VALID DURING
ANY_EVENT
EXAMPLES
when MR_INGRESS {
log local0. "[MR::protocol] router instance [MR::instance]"
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.5.0 --First introduced the command.
BIG-IP 2022-04-12 iRule(1)