aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-08-28 09:45:57 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2013-08-28 09:45:57 -0700
commitf144b97303313f913cee7e91f11648066a61c619 (patch)
treef71cc6ecc34765baeb55977ebddee8a92f97917c /doc
parentnet/iproute2: increase default dad_timeout to 10s (diff)
downloadnetifrc-f144b97303313f913cee7e91f11648066a61c619.tar.gz
netifrc-f144b97303313f913cee7e91f11648066a61c619.tar.bz2
netifrc-f144b97303313f913cee7e91f11648066a61c619.zip
bonding: update example
Document per Kernel bonding.txt that some parameters are mutually exclusive, eg miimon & arp_*. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Gentoo-Bug: 468964
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.Linux.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index e838f28..ddfe5e0 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -651,7 +651,9 @@
# You can also configure the parameters of the bond here, which must be done
# via sysfs on 2.6 kernels or newer. The description of all the options can be
# found in the kernel: /usr/src/linux-*/Documentation/networking/bonding.txt
-# You will probably want the 'mode' option at the least.
+# You will probably want the 'mode' option at the least. Please beware that
+# some options are mutually exclusive, eg miimon & arp_*; again, see the kernel
+# documentation for more info.
# Some possible parameters: mode fail_over_mac arp_validate arp_interval
# arp_ip_target downdelay updelay lacp_rate ad_select xmit_hash_policy
# num_grat_arp num_unsol_na miimon primary primary_reselect use_carrier