diff options
author | 2013-08-28 09:45:57 -0700 | |
---|---|---|
committer | 2013-08-28 09:45:57 -0700 | |
commit | f144b97303313f913cee7e91f11648066a61c619 (patch) | |
tree | f71cc6ecc34765baeb55977ebddee8a92f97917c /doc | |
parent | net/iproute2: increase default dad_timeout to 10s (diff) | |
download | netifrc-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.in | 4 |
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 |