ltm rule command DHCPv4 opcodeΒΆ

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

DHCPv4::opcode
       This command returns opcode field from DHCPv4 message.

SYNOPSIS
       DHCPv4::opcode

DESCRIPTION
       This command returns opcode field from DHCPv4 message

       Details (syntax): DHCPv4::opcode

RETURN VALUE
       This command returns opcode field from DHCPv4 message

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Htype [DHCPv4::opcode]"
	}

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

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