Changeset 63d51c9
- Timestamp:
- 12/28/2012 03:40:33 AM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 41d7532
- Parents:
- b3aacc0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb3aacc0 r63d51c9 4 4 --> 5 5 6 <!ENTITY day " 19"> <!-- Always 2 digits -->6 <!ENTITY day "27"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 19th, &year;">12 <!ENTITY releasedate "December 27th, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rb3aacc0 r63d51c9 44 44 45 45 --> 46 <listitem> 47 <para>December 27th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Corrected the example bridge configuration 51 file to use INTERFACE_COMPONENTS in accordance with the LFS 52 network scripts.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem> 47 58 <para>December 19th, 2012</para> -
networking/netprogs/bridgeutils.xml
rb3aacc0 r63d51c9 131 131 bootscripts dated January 27, 2012 or later.</para></note> 132 132 133 <para>The following configuration file will create a bridge device 134 at boot time and attach the eth0 device to it. If more than one135 de vice is desired, use a space separated list of INTERFACES. This136 configuration is useful when planning to run a virtual machine 137 such askvm/qemu.</para>133 <para>The following configuration file will create a bridge device at 134 boot time and attach the eth0 device to it. If more than one device is 135 desired, use a space separated list of INTERFACE_COMPONENTS. This 136 configuration is useful when planning to run a virtual machine such as 137 kvm/qemu.</para> 138 138 139 139 <para>Other SERVICE combinations are possible, for example, … … 143 143 additional subsequent configuration.</para> 144 144 145 <caution><para>Do not run a parallel configuration for a device 146 in the INTERFACES list. For instance, in the example below,147 do not configure <filename>/etc/sysconfig/ifconfig.eth0</filename>148 to run at boot time. The command <command>ifdown br0</command>149 followed by command <command>ifup eth0</command> will work, but150 don't try to haveboth up at the same time.</para></caution>145 <caution><para>Do not run a parallel configuration for a device in the 146 INTERFACE_COMPONENTS list. For instance, in the example below, do not 147 configure <filename>/etc/sysconfig/ifconfig.eth0</filename> to run at 148 boot time. The command <command>ifdown br0</command> followed by 149 command <command>ifup eth0</command> will work, but don't try to have 150 both up at the same time.</para></caution> 151 151 152 152 <screen role="root"><userinput>cat > /etc/sysconfig/ifconfig.br0 << "EOF" … … 160 160 CHECK_LINK=no # Don't check before bridge is created 161 161 STP=no # Spanning tree protocol, default no 162 INTERFACE S="eth0"# Add to IFACE, space separated devices162 INTERFACE_COMPONENTS="eth0" # Add to IFACE, space separated devices 163 163 IP_FORWARD=true</literal> 164 164 EOF</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.