ltm rule command SIPALG hairpinΒΆ

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



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

SYNOPSIS
       SIPALG::hairpin

       SIPALG::hairpin (detect | disable | enable)

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

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

VALID DURING
       SIP_REQUEST, SIP_REQUEST_SEND, SIP_RESPONSE, SIP_RESPONSE_SEND,
       MR_INGRESS, MR_EGRESS, MR_FAILED

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

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



BIG-IP				  2019-05-10			      iRule(1)