File: bond.xml

package info (click to toggle)
netcf 0.1.9-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 60,800 kB
  • sloc: sh: 8,523; ansic: 6,699; xml: 859; makefile: 199
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
<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">
    <miimon freq="100" updelay="10" carrier="ioctl"/>
    <interface type="ethernet" name="eth1"/>
    <interface type="ethernet" name="eth0"/>
  </bond>
</interface>