mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
10 lines
264 B
XML
10 lines
264 B
XML
|
<interface type='ethernet' name='eth1'>
|
||
|
<start mode='onboot'/>
|
||
|
<protocol family='ipv4'>
|
||
|
<dhcp peerdns='yes'/>
|
||
|
<ip address='192.168.0.5' prefix='24'/>
|
||
|
<ip address='1.2.3.4' prefix='32'/>
|
||
|
<route gateway='192.168.0.1'/>
|
||
|
</protocol>
|
||
|
</interface>
|