<row><entry>Option Text</entry><entry>option[code].text</entry><entry>The value of the option with code "code" from the packet as text</entry></row>
-->
<row><entry>Option Hex</entry><entry>option[code].hex</entry><entry>The value of the option with code "code" from the packet as hex</entry></row>
<row><entry>Option Exist</entry><entry>option[code].exist</entry><entry>If the option with code "code" is present in the packet "true" else "false"</entry></row>
<row><entry>DHCPv4 Relay Agent
sub-option</entry><entry>relay[code].hex</entry><entry>The value of
sub-option with code "code" from the Relay Agent Information option
...
...
@@ -188,6 +189,11 @@ sub-option with code "code" from the Relay Agent Information option
the option payload without the type code or length fields.
</para>
<para>
"option[code].exist" checks if an option with the given code is present
in the incoming packet. It can be used with empty options.
</para>
<para>
"relay[code].hex" attempts to extract the value of the sub-option
"code" from the option inserted as the Relay Agent Information
...
...
@@ -214,12 +220,24 @@ sub-option with code "code" from the Relay Agent Information option
</thead>
<tbody>
<row><entry>Equal</entry><entry>'foo' == 'bar'</entry><entry>Compare the two values and return "true" or "false"</entry></row>