mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-07 14:00:09 +00:00
14 lines
329 B
XML
14 lines
329 B
XML
|
<interface type='bridge' name='br0'>
|
||
|
<start mode='onboot'/>
|
||
|
<mtu size='1500'/>
|
||
|
<protocol family='ipv4'>
|
||
|
<dhcp/>
|
||
|
</protocol>
|
||
|
<bridge stp='off'>
|
||
|
<interface type='ethernet' name='eth0'>
|
||
|
<mac address='ab:bb:cc:dd:ee:ff'/>
|
||
|
</interface>
|
||
|
<interface type='ethernet' name='eth1'/>
|
||
|
</bridge>
|
||
|
</interface>
|