[system-administrators-guide] "mode=1" => "mode=2" | "arp_interval" option was incorrect. Thank you Ľuboš Kardoš for reporting

stephenw stephenw at fedoraproject.org
Wed Jul 31 14:49:20 UTC 2013


commit cd9828ff1787dc77af7a3bf73f86cc8ba196a997
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Jul 31 16:43:33 2013 +0200

    "mode=1" => "mode=2" | "arp_interval" option was incorrect.
    Thank you  Ľuboš Kardoš for reporting this.

 en-US/Working_with_Kernel_Modules.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 1548564..40c70b5 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -669,7 +669,7 @@ bond0</screen>
                 <title>Make sure you specify all required parameters</title>
                 <para>It is essential that both <literal>arp_interval</literal> and <literal>arp_ip_target</literal> parameters are specified, or, alternatively, the <literal>miimon</literal> parameter is specified. Failure to do so can cause degradation of network performance in the event that a link fails.</para>
               </important>
-              <para>If using this setting while in <literal>mode=0</literal> or <literal>mode=1</literal> (the two load-balancing modes), the network switch must be configured to distribute packets evenly across the NICs. For more information on how to accomplish this, refer to <filename>/usr/share/doc/kernel-doc-<replaceable>kernel_version</replaceable>/Documentation/networking/bonding.txt</filename>
+              <para>If using this setting while in <literal>mode=0</literal> or <literal>mode=2</literal> (the two load-balancing modes), the network switch must be configured to distribute packets evenly across the NICs. For more information on how to accomplish this, refer to <filename>/usr/share/doc/kernel-doc-<replaceable>kernel_version</replaceable>/Documentation/networking/bonding.txt</filename>
               </para>
               <para>The value is set to <userinput>0</userinput> by default, which disables it.</para>
             </listitem>


More information about the docs-commits mailing list