Tag Elements Beginning with A
> <array> (configuration/system/services/dhcp/option)
Usage
<configuration>
<system>
<services>
<dhcp>
<option>
<array>
<flag>...</flag>
<byte>...</byte>
<short>...</short>
<unsigned-short>...</unsigned-short>
<integer>...</integer>
<unsigned-integer>...</unsigned-integer>
<string>...</string>
<ip-address>...</ip-address>
</array>
</option>
</dhcp>
</services>
</system>
</configuration>
Description
Array of values.
Contents
<byte>—Array of unsigned 8-bit values.
<flag>—Array of boolean flag values.
<integer>—Array of signed 32-bit numeric values.
<ip-address>—Array of IP address values.
<short>—Array of signed 16-bit numeric values.
<string>—Array of character string values.
<unsigned-integer>—Array of unsigned 32-bit numeric values.
<unsigned-short>—Array of 16-bit numeric values.