<!--
Based on testing/baseconfigs/net.nic.sh
"nic" is not used as a VM, it is the host. It's
interfaces are configured on the bridge. dhcp not used

-->

<network>
  <name>192_1_2</name>
  <bridge name='swan12' stp='on' delay='0' />
  <mac address='12:00:00:DE:AD:B8'/>
  <ip address='192.1.2.253' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.1.2.128' end='192.1.2.196' />
    </dhcp>
  </ip>
</network>
