ltm rule command GTP cloneΒΆ

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

GTP::clone
       Returns a cloned copy of the GTP message.

SYNOPSIS
       GTP::clone (MESSAGE_VAR)?

DESCRIPTION
       Returns a cloned copy of the GTP message.

RETURN VALUE
       Returns a cloned copy of the GTP message.

VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    set payload [UDP::payload]
	    set t2 [GTP::parse $payload]
	    set t3 [GTP::clone $t2]
	    log local0. "GTP type [GTP::header type -message $t3]"
	    log local0. "GTP teid [GTP::header teid -message $t3]"
	}

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

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