libvirt/tests/interfaceschemadata/ethernet-static.xml

8 lines
198 B
XML
Raw Normal View History

<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>