ltm rule command DHCPv4 hlenΒΆ

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

DHCPv4::hlen
       This command returns hlen (hardware len) field from DHCPv4 message.

SYNOPSIS
       DHCPv4::hlen

DESCRIPTION
       This command returns hlen (hardware len) field from DHCPv4 message

       Details (syntax): DHCPv4::hlen

RETURN VALUE
       This command returns hlen (hardware len) field from DHCPv4 message

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Hlen [DHCPv4::hlen]"
	}

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

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