[system-administrators-guide/draft] Changing links: networkscripts-interfaces >> Networking Guide

stephenw stephenw at fedoraproject.org
Tue Mar 18 20:32:03 UTC 2014


commit 174d89135eab29501bac196f1c7d1eb2a9a6c814
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Fri Mar 7 06:32:22 2014 +0100

    Changing links: networkscripts-interfaces >> Networking Guide
    
    en-US/Working_with_Kernel_Modules.xml

 en-US/Working_with_Kernel_Modules.xml |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 5900909..d26367b 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -565,8 +565,7 @@ fi</programlisting>
         inheritnum="ignore">
 
         <listitem>
-          <para>Configure a channel bonding interface as outlined in <xref
-              linkend="s2-networkscripts-interfaces-chan"/>.</para>
+          <para>Configure a channel bonding interface as outlined in the <citetitle pubwork="book">Fedora Networking Guide</citetitle>.</para>
         </listitem>
         <listitem>
           <para>To enhance performance, adjust available module options to ascertain what combination works best. Pay particular attention to the <command>miimon</command> or <command>arp_interval</command> and the <command>arp_ip_target</command> parameters. Refer to <xref
@@ -598,8 +597,7 @@ fi</programlisting>
             class="filesystem">sysfs</systemitem> is a virtual file system that represents kernel objects as directories, files and symbolic links. <systemitem
             class="filesystem">sysfs</systemitem> can be used to query for information about kernel objects, and can also manipulate those objects through the use of normal file system commands. The <systemitem
             class="filesystem">sysfs</systemitem> virtual file system has a line in <filename>/etc/fstab</filename>, and is mounted under the <filename>/sys/</filename> directory. All bonding interfaces can be configured dynamically by interacting with and manipulating files under the <filename>/sys/class/net/</filename> directory. </para>
-        <para>In order to determine the best parameters for your bonding interface, create a channel bonding interface file such as <filename>ifcfg-bond0</filename> by following the instructions in <xref
-            linkend="s2-networkscripts-interfaces-chan"/>. Insert the <parameter
+        <para>In order to determine the best parameters for your bonding interface, create a channel bonding interface file such as <filename>ifcfg-bond0</filename> by following the instructions in the <citetitle pubwork="book">Fedora Networking Guide</citetitle>. Insert the <parameter
             class="option">SLAVE=yes</parameter> and <parameter
             class="option">MASTER=bond0</parameter> directives in the configuration files for each interface bonded to bond0. Once this is completed, you can proceed to testing the parameters.</para>
         <para>First, bring up the bond you created by running <command>ifconfig <option>bond<replaceable>N</replaceable></option>&#160;<option>up</option></command> as <systemitem class="username">root</systemitem>:</para>
@@ -647,8 +645,7 @@ bond0</screen>
           </filename> file for the bonding interface you are configuring. Whenever that bond is brought up (for example, by the system during the boot sequence if the <parameter
             class="option">ONBOOT=yes</parameter> directive is set), the bonding options specified in the <parameter
             class="option">BONDING_OPTS</parameter> will take effect for that bond. For more information on configuring bonding interfaces (and <parameter
-            class="option">BONDING_OPTS</parameter>), refer to <xref
-            linkend="s2-networkscripts-interfaces-chan"/>.</para>
+            class="option">BONDING_OPTS</parameter>), refer to the <citetitle pubwork="book">Fedora Networking Guide</citetitle>.</para>
         <para>The following list provides the names of many of the more common channel bonding parameters, along with a descriptions of what they do. For more information, refer to the brief descriptions for each <computeroutput>parm</computeroutput> in <command>modinfo bonding</command> output, or the exhaustive descriptions in the <filename>bonding.txt</filename> file in the <package>kernel-doc</package> package (see <xref
             linkend="s1-kernel-modules-additional-resources"/>).</para>
         <variablelist


More information about the docs-commits mailing list