Ignore:
Timestamp:
07/20/2014 04:21:35 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
0e466f67
Parents:
c2bcc50
Message:

Remove configuration section from dhcpcd and bridge-utils. Need to think of equivalent for systemd. Remove references to netfs and random scripts.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13513 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking/netprogs
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • networking/netprogs/bridgeutils-systemd.xml

    rc2bcc50 r7abfb10  
    119119  </sect2>
    120120
    121   <sect2 role="configuration">
    122     <title>Configuring bridge-utils</title>
    123 
    124     <sect3 id='bridgeutils-init'>
    125       <title>Configuration Information</title>
    126 
    127       <para>To automate bridge creation and configuration,
    128       install the <filename>/lib/services/etc/bridge</filename>
    129       service script included in the <xref linkend="bootscripts"/>
    130       package.</para>
    131 
    132       <indexterm zone="bridgeutils bridgeutils-init">
    133         <primary sortas="f-bridgeutils">bridge-utils</primary>
    134       </indexterm>
    135 
    136 <screen role="root"><userinput>make install-service-bridge</userinput></screen>
    137 
    138       <note><para>The <filename>bridge</filename> script depends
    139       on the commands <command>/sbin/ifup</command> and
    140       <command>/sbin/ifdown</command> and the service script
    141       <emphasis>ipv4-static</emphasis> from the <emphasis>LFS</emphasis>
    142       bootscripts dated January 27, 2012 or later.</para></note>
    143 
    144       <para>The following configuration file will create a bridge device at
    145       boot time and attach the eth0 device to it.  If more than one device is
    146       desired, use a space separated list of INTERFACE_COMPONENTS.  This
    147       configuration is useful when planning to run a virtual machine such as
    148       kvm/qemu.</para>
    149 
    150       <para>Other SERVICE combinations are possible, for example,
    151       SERVICES="bridge dhcp".  In that case, the address parameters
    152       are not needed, but do not interfere if present. The
    153       bridge service may also be used alone, but will require
    154       additional subsequent configuration.</para>
    155 
    156       <caution><para>Do not run a parallel configuration for a device in the
    157       INTERFACE_COMPONENTS list.  For instance, in the example below, do not
    158       configure <filename>/etc/sysconfig/ifconfig.eth0</filename> to run at
    159       boot time.  The command <command>ifdown br0</command> followed by
    160       command <command>ifup eth0</command> will work, but don't try to have
    161       both up at the same time.</para></caution>
    162 
    163 <screen role="root"><userinput>cat &gt; /etc/sysconfig/ifconfig.br0 &lt;&lt; "EOF"
    164 <literal>ONBOOT=yes
    165 IFACE=br0
    166 SERVICE="bridge ipv4-static"  # Space separated
    167 IP=192.168.1.32
    168 GATEWAY=192.168.1.1
    169 PREFIX=24
    170 BROADCAST=192.168.1.255
    171 CHECK_LINK=no                 # Don't check before bridge is created
    172 STP=no                        # Spanning tree protocol, default no
    173 INTERFACE_COMPONENTS="eth0"   # Add to IFACE, space separated devices
    174 IP_FORWARD=true</literal>
    175 EOF</userinput></screen>
    176 
    177       <para>All addresses should be changed to meet your circumstance.</para>
    178 
    179     </sect3>
    180 
    181   </sect2>
    182 
    183 
    184121  <sect2 role="content">
    185122    <title>Contents</title>
  • networking/netprogs/netprogs.xml

    rc2bcc50 r7abfb10  
    2121  are support programs for daemons that you may have running on your machine.</para>
    2222
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bridgeutils.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bridgeutils-systemd.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cifsutils.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncftp.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-systemd.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/>
     28  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/> -->
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp-systemd.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcbind-systemd.xml"/>
Note: See TracChangeset for help on using the changeset viewer.