File: test-bond.xml

package info (click to toggle)
virtinst 0.500.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,084 kB
  • ctags: 2,393
  • sloc: python: 14,166; xml: 5,181; sh: 126; makefile: 6
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>