ltm rule command GTP respondΒΆ

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

GTP::respond
       Sends the GTP message back to the remote node of this connection.

SYNOPSIS
       GTP::respond MESSAGE

DESCRIPTION
       Sends this GTP message back to the remote node of this connection.  If this is clientside flow, send it back
       to client that initiated the connection.  If this is serverside flow, send it to the remote node that is
       connected to.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    set t2 [GTP::new 2 10]
	    GTP::respond $t2
	}

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

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