<dhcp>

Configures DHCP services for the virtual network.

Text content

None.

Selected attributes

None.

Usage

Configuring virtual networks

Parent elements

<ip>

Child elements

<range>

Example

<network>
  ...
  <ip address="192.0.2.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.0.2.2" end="192.0.2.254"/>
    </dhcp>
  </ip>
</network>