mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Mostly comes from my own testdriver I used for manual virt-manager testing. Add some notes to HACKING about using it.
26 lines
855 B
XML
26 lines
855 B
XML
<interface type='bridge' name='test-bridge'>
|
|
<bridge stp='off' delay='7'>
|
|
<interface type='ethernet' name='vlaneth1'>
|
|
</interface>
|
|
<interface type='bond' name='bond-brbond'>
|
|
<start mode='none'/>
|
|
<protocol family='ipv6'>
|
|
<ip address='3ffe:ffff:0:5::1' prefix='128'/>
|
|
<ip address='3ffe:ffff:0:5::3' prefix='128'/>
|
|
<ip address='3ffe:ffff:0:5::5' prefix='128'/>
|
|
</protocol>
|
|
<bond mode='active-backup'>
|
|
<miimon freq='100' updelay='10' carrier='ioctl'/>
|
|
<interface type='ethernet' name='brbond-eth0'>
|
|
</interface>
|
|
<interface type='ethernet' name='brbond-eth1'>
|
|
</interface>
|
|
</bond>
|
|
</interface>
|
|
<interface type='ethernet' name='eth0'>
|
|
<start mode='none'/>
|
|
<mac address='00:FF:EE:FF:EE:FF'/>
|
|
</interface>
|
|
</bridge>
|
|
</interface>
|