mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
8 lines
198 B
XML
8 lines
198 B
XML
|
<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>
|