summaryrefslogtreecommitdiff
path: root/tests/interfaceschemadata/ipv6-static.xml
blob: e43d2a2fea91c6499f285fb82773ae5a8bd2ce6c (plain)
1
2
3
4
5
6
7
<interface type='ethernet' name='eth0'>
  <start mode='onboot'/>
  <protocol family='ipv6'>
    <ip address='3ffe:ffff:0:5::1' prefix='128'/>
    <route gateway='3ffe:ffff:1234:5678::1'/>
  </protocol>
</interface>