summaryrefslogtreecommitdiffstats
path: root/docs/examples/bonding
blob: e8d4a7f17cf0bccec2002a4f875893d785571e4c (plain)
1
2
3
4
5
6
7
8
9
CONNECTION="bond"
DESCRIPTION='Bond Interface'
INTERFACE='bond0'
IP='static'
ADDR="10.0.0.1"
NETMASK="255.0.0.0"
SLAVE_INTERFACES=("eth0" "eth2")
SKIPNOCARRIER="yes"