summaryrefslogtreecommitdiffstats
path: root/docs/examples/bonding
blob: 7b70d46ba03b88caa564c8d2580fbde7edcc8952 (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"
BOND_INTERFACES=("eth0" "eth2")
SKIPNOCARRIER="yes"