Ignore:
Timestamp:
12/28/2012 03:40:33 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
41d7532
Parents:
b3aacc0
Message:

Fix bridge example configuration

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/bridgeutils.xml

    rb3aacc0 r63d51c9  
    131131      bootscripts dated January 27, 2012 or later.</para></note>
    132132
    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 one
    135       device is desired, use a space separated list of INTERFACES.  This
    136       configuration is useful when planning to run a virtual machine
    137       such as kvm/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>
    138138
    139139      <para>Other SERVICE combinations are possible, for example,
     
    143143      additional subsequent configuration.</para>
    144144
    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, but
    150       don't try to have both 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>
    151151     
    152152<screen role="root"><userinput>cat &gt; /etc/sysconfig/ifconfig.br0 &lt;&lt; "EOF"
     
    160160CHECK_LINK=no                 # Don't check before bridge is created
    161161STP=no                        # Spanning tree protocol, default no
    162 INTERFACES="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.