File: test-bridge.xml

package info (click to toggle)
virtinst 0.600.1-3%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,228 kB
  • sloc: python: 19,360; xml: 9,563; sh: 155; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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'/>
      <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>