Author: bdubbs
Date: 2012-12-27 20:40:33 -0700 (Thu, 27 Dec 2012)
New Revision: 10896
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netprogs/bridgeutils.xml
Log:
Fix bridge example configuration
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-12-19 21:12:00 UTC (rev 10895)
+++ trunk/BOOK/general.ent 2012-12-28 03:40:33 UTC (rev 10896)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "19"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 19th, &year;">
+<!ENTITY releasedate "December 27th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-19 21:12:00 UTC
(rev 10895)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-28 03:40:33 UTC
(rev 10896)
@@ -44,6 +44,17 @@
-->
<listitem>
+ <para>December 27th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Corrected the example bridge configuration
+ file to use INTERFACE_COMPONENTS in accordance with the LFS
+ network scripts.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 19th, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netprogs/bridgeutils.xml
===================================================================
--- trunk/BOOK/networking/netprogs/bridgeutils.xml 2012-12-19 21:12:00 UTC
(rev 10895)
+++ trunk/BOOK/networking/netprogs/bridgeutils.xml 2012-12-28 03:40:33 UTC
(rev 10896)
@@ -130,11 +130,11 @@
<emphasis>ipv4-static</emphasis> from the <emphasis>LFS</emphasis>
bootscripts dated January 27, 2012 or later.</para></note>
- <para>The following configuration file will create a bridge device
- at boot time and attach the eth0 device to it. If more than one
- device is desired, use a space separated list of INTERFACES. This
- configuration is useful when planning to run a virtual machine
- such as kvm/qemu.</para>
+ <para>The following configuration file will create a bridge device at
+ boot time and attach the eth0 device to it. If more than one device is
+ desired, use a space separated list of INTERFACE_COMPONENTS. This
+ configuration is useful when planning to run a virtual machine such as
+ kvm/qemu.</para>
<para>Other SERVICE combinations are possible, for example,
SERVICES="bridge dhcp". In that case, the address parameters
@@ -142,12 +142,12 @@
bridge service may also be used alone, but will require
additional subsequent configuration.</para>
- <caution><para>Do not run a parallel configuration for a device
- in the INTERFACES list. For instance, in the example below,
- do not configure <filename>/etc/sysconfig/ifconfig.eth0</filename>
- to run at boot time. The command <command>ifdown br0</command>
- followed by command <command>ifup eth0</command> will work, but
- don't try to have both up at the same time.</para></caution>
+ <caution><para>Do not run a parallel configuration for a device in the
+ INTERFACE_COMPONENTS list. For instance, in the example below, do not
+ configure <filename>/etc/sysconfig/ifconfig.eth0</filename> to run at
+ boot time. The command <command>ifdown br0</command> followed by
+ command <command>ifup eth0</command> will work, but don't try to have
+ both up at the same time.</para></caution>
<screen role="root"><userinput>cat > /etc/sysconfig/ifconfig.br0 <<
"EOF"
<literal>ONBOOT=yes
@@ -159,7 +159,7 @@
BROADCAST=192.168.1.255
CHECK_LINK=no # Don't check before bridge is created
STP=no # Spanning tree protocol, default no
-INTERFACES="eth0" # Add to IFACE, space separated devices
+INTERFACE_COMPONENTS="eth0" # Add to IFACE, space separated devices
IP_FORWARD=true</literal>
EOF</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page