Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/bridgeutils.xml

    ra161de9 r0d7900a  
    6262    <bridgehead renderas="sect4">Optional (to run tests)</bridgehead>
    6363    <para role="optional">
    64       <xref linkend="net-tools"/> 
     64      <xref linkend="net-tools"/>
    6565    </para>
    6666
     
    7777
    7878<screen><literal>Networking support: Y
    79   Networking options: 
     79  Networking options:
    8080    802.1d Ethernet Bridging: M or Y</literal></screen>
    8181
     
    9797
    9898    <para>Testing the results requires running the six shell scripts in
    99     the <filename class='directory'>tools/</filename> directory. 
     99    the <filename class='directory'>tools/</filename> directory.
    100100    Two of the tests require two ehternet ports.  Some tests
    101101    will not preserve the current network configuration.  See
     
    114114      <title>Configuration Information</title>
    115115
    116       <para>To automate bridge creation and configuration, 
     116      <para>To automate bridge creation and configuration,
    117117      install the <filename>/lib/services/etc/bridge</filename>
    118118      service script included in the <xref linkend="bootscripts"/>
     
    126126
    127127      <note><para>The <filename>bridge</filename> script depends
    128       on the comamnds <command>/sbin/ifup</command> and 
     128      on the comamnds <command>/sbin/ifup</command> and
    129129      <command>/sbin/ifdown</command> and the service script
    130130      <emphasis>ipv4-static</emphasis> from the <emphasis>LFS</emphasis>
     
    137137      kvm/qemu.</para>
    138138
    139       <para>Other SERVICE combinations are possible, for example, 
     139      <para>Other SERVICE combinations are possible, for example,
    140140      SERVICES="bridge dhcp".  In that case, the address parameters
    141       are not needed, but do not interfere if present. The 
     141      are not needed, but do not interfere if present. The
    142142      bridge service may also be used alone, but will require
    143143      additional subsequent configuration.</para>
     
    149149      command <command>ifup eth0</command> will work, but don't try to have
    150150      both up at the same time.</para></caution>
    151      
     151
    152152<screen role="root"><userinput>cat &gt; /etc/sysconfig/ifconfig.br0 &lt;&lt; "EOF"
    153153<literal>ONBOOT=yes
     
    160160CHECK_LINK=no                 # Don't check before bridge is created
    161161STP=no                        # Spanning tree protocol, default no
    162 INTERFACE_COMPONENTS="eth0"   # Add to IFACE, space separated devices 
     162INTERFACE_COMPONENTS="eth0"   # Add to IFACE, space separated devices
    163163IP_FORWARD=true</literal>
    164164EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.