ltm rule command NSH md1ΒΆ

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

NSH::md1
       Sets/Get the MD1 context for NSH.

SYNOPSIS
       NSH::md1 DIRECTION UNSIGNED_INT UNSIGNED_INT (METADATA)?

DESCRIPTION
       Set: MD1 context for NSH. Offset, length and data string as arguments.  Get: MD1 context from NSH. Only offset
       and length as arguments.

RETURN VALUE
VALID DURING
EXAMPLES
	# Set the context for NSH.
	when CLIENT_ACCEPTED {
	    set str {1234567890123456}
	    NSH::md1 serverside_egress 1 16 [binary format a* $str]
	    set myctx1 [NSH::md1 serverside_egress 1 16]
	}

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

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