mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 12:21:25 +00:00
8 lines
215 B
XML
8 lines
215 B
XML
|
<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>
|