[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <services>
            <dhcp>
                <pool>
                    <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>
                </pool>
            </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.


[Contents] [Prev] [Next] [Index] [Report an Error]