summaryrefslogtreecommitdiff
path: root/tests/interfaceschemadata/ethernet-static.xml
blob: 2c50e444bcf8f9c94eb8da5d4f67b8c191097cc2 (plain)
1
2
3
4
5
6
7
<interface type='ethernet' name='eth1'>
  <start mode='onboot'/>
  <protocol family='ipv4'>
    <ip address='192.168.0.5' prefix='24'/>
    <route gateway='192.168.0.1'/>
  </protocol>
</interface>