ltm rule command DHCPv4 lenΒΆ

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



DHCPv4::len
       This command returns the length of the DHCP packet length.

SYNOPSIS
       DHCPv4::len

DESCRIPTION
       This command returns the length of the DHCP packet length

       Details (syntax): DHCPv4::len

RETURN VALUE
       This command returns the length of the DHCP packet length

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Len [DHCPv4::len]"
	}

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



BIG-IP				  2017-01-31			      iRule(1)