File: bond.xml

package info (click to toggle)
libvirt 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212,536 kB
  • sloc: ansic: 537,688; xml: 342,012; python: 12,056; perl: 2,626; sh: 2,175; makefile: 448; javascript: 126; cpp: 22
file content (15 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<interface type='bond' name='bond0'>
  <start mode='none'/>
  <protocol family='ipv4'>
    <ip address='192.168.50.7' prefix='24'/>
    <route gateway='192.168.50.1'/>
  </protocol>
  <link speed='1000' state='up'/>
  <bond mode='active-backup'>
    <miimon freq='100' updelay='10' carrier='ioctl'/>
    <interface type='ethernet' name='eth1'>
    </interface>
    <interface type='ethernet' name='eth0'>
    </interface>
  </bond>
</interface>