ltm rule command DHCPv6 hop countΒΆ

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



DHCPv6::hop_count
       This command returns hop-count field from DHCPv6 relay message.

SYNOPSIS
       DHCPv6::hop_count

DESCRIPTION
       This command returns hop-count field from DHCPv6 relay message

       Details (syntax): DHCPv6::hop_count

RETURN VALUE
       This command returns hop-count field from DHCPv6 relay message

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Hop-count [DHCPv6::hop_count]"
	}

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



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