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 GTP_SIGNALLING_EGRESS {
	    set t2 [GTP::new 2 10]
	    GTP::respond $t2
	}

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

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