ltm rule command SIPALG hairpin defaultΒΆ

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

SIPALG::hairpin_default
       Gets or sets the value of hairpin flag for the current connection.

SYNOPSIS
       SIPALG::hairpin_default

       SIPALG::hairpin_default (detect | disable | enable)

DESCRIPTION
       Returns the value of the hairpin flag for the current connection.

RETURN VALUE
       Returns 'detect', 'disable', or 'enable'

VALID DURING
       CLIENT_ACCEPTED, SERVER_CONNECTED, SIP_REQUEST, SIP_REQUEST_SEND, SIP_RESPONSE, SIP_RESPONSE_SEND

EXAMPLES
	when SIP_REQUEST {
	    log local0. "default hairpin mode [SIPALG::hairpin_default]"
	}

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

BIG-IP						      2020-06-23					     iRule(1)