ltm rule command DHCPv4 hopsΒΆ

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

DHCPv4::hops
       This command returns hops (number of hops) field from DHCPv4 message.

SYNOPSIS
       DHCPv4::hops

DESCRIPTION
       This command returns hops (number of hops) field from DHCPv4 message

       Details (syntax): DHCPv4::hops

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

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Hops [DHCPv4::hops]"
	}

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

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