File: bond-arp.xml

package info (click to toggle)
libvirt 0.9.12.3-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 115,024 kB
  • sloc: ansic: 324,394; xml: 44,112; sh: 15,676; python: 6,198; makefile: 2,916; perl: 2,003; ml: 472; sed: 16
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>
  <bond mode='active-backup'>
    <arpmon interval='100' target='192.168.50.1' validate='active'/>
    <interface type='ethernet' name='eth1'>
    </interface>
    <interface type='ethernet' name='eth0'>
    </interface>
  </bond>
</interface>