ltm rule command MR available for routingΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

MR::available_for_routing
       Gets or sets the available_for_routing mode for the current connection.

SYNOPSIS
       MR::available_for_routing (BOOLEAN)?

DESCRIPTION
       The MR::available_for_routing command sets or resets the available_for_routing mode of the current connection. If
       available_for_routing mode is enabled (upon completion of CLIENT_ACCEPTED event), the connection will be stored in the
       internal table of existing connections used for routing messages. This will make the connection available to have request
       messages routed towards it. If available_for_routing mode is disabled (upon completion of CLIENT_ACCEPTED event), the
       current connection will not be added to the internal table of existing connections. The message will be able to receive
       requests and return responses, but other connections will not be able to route request towards it.

RETURN VALUE
       Returns the current value of the available_for_routing flag. This will be 'true' or 'false'.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    MR::available_for_routing no
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-16.1.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)