File: test-bond.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-- 560 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='bond' name='test-bond'>
  <start mode='onboot'/>
  <mac address='AA:AA:AA:AA:AA:AA'/>
  <mtu size='1501'/>
  <protocol family='ipv4'>
  </protocol>
  <bond>
    <interface type='ethernet' name='eth0'>
      <start mode='none'/>
      <mac address='00:FF:EE:FF:EE:FF'/>
    </interface>
    <interface type='ethernet' name='eth1'>
      <mac address='00:FF:EE:FF:EE:AB'/>
    </interface>
    <interface type='ethernet' name='eth2'>
      <start mode='hotplug'/>
      <mac address='00:FF:EE:FF:EE:CD'/>
    </interface>
  </bond>
</interface>