Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r0869f1e r3ed279f  
    7777    </segmentedlist>
    7878
    79     <variablelist>
    80       <title>Short descriptions</title>
     79    <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     80<?dbfo list-presentation="list"?>
    8181
    8282      <varlistentry id="ifstat">
     
    8585        </term>
    8686        <listitem>
     87          <para>shows the interfaces statistic including the amount of transmitted
     88                and received packages by interface.</para>
    8789          <indexterm zone="ch-system-iproute2 ifstat">
    8890            <primary sortas="b-ifstat">ifstat</primary>
    8991          </indexterm>
    90           <para>shows the interfaces statistic including the amount of transmitted
    91                 and received packages by interface.</para>
    9292        </listitem>
    9393      </varlistentry>
     
    9898        </term>
    9999        <listitem>
    100           <indexterm zone="ch-system-iproute2 ip">
    101             <primary sortas="b-ip">ip</primary>
    102           </indexterm>
    103100
    104101          <para>is the main executable. Has several different functions.</para>
     
    140137                devices, addresses and routes continuously.
    141138          </para>
     139          <indexterm zone="ch-system-iproute2 ip">
     140            <primary sortas="b-ip">ip</primary>
     141          </indexterm>
    142142        </listitem>
    143143      </varlistentry>
     
    148148        </term>
    149149        <listitem>
     150          <para>shows network statistics.</para>
    150151          <indexterm zone="ch-system-iproute2 nstat">
    151152            <primary sortas="b-nstat">nstat</primary>
    152153          </indexterm>
    153           <para>shows network statistics.</para>
    154154        </listitem>
    155155      </varlistentry>
     
    160160        </term>
    161161        <listitem>
     162          <para>a component of ip route. This is for flushing the routing
     163                tables.
     164          </para>
    162165          <indexterm zone="ch-system-iproute2 routef">
    163166            <primary sortas="b-routef">routef</primary>
    164167          </indexterm>
    165           <para>a component of ip route. This is for flushing the routing
     168        </listitem>
     169      </varlistentry>
     170
     171      <varlistentry id="routel">
     172        <term>
     173          <command>routel</command>
     174        </term>
     175        <listitem>
     176          <para>a component of ip route. This is for listing the routing
    166177                tables.
    167178          </para>
    168         </listitem>
    169       </varlistentry>
    170 
    171       <varlistentry id="routel">
    172         <term>
    173           <command>routel</command>
    174         </term>
    175         <listitem>
    176179          <indexterm zone="ch-system-iproute2 routel">
    177180            <primary sortas="b-routel">routel</primary>
    178181          </indexterm>
    179           <para>a component of ip route. This is for listing the routing
    180                 tables.
    181           </para>
    182182        </listitem>
    183183      </varlistentry>
     
    188188        </term>
    189189        <listitem>
     190          <para>Route Monitoring Utility.</para>
    190191          <indexterm zone="ch-system-iproute2 rtmon">
    191192            <primary sortas="b-rtmon">rtmon</primary>
    192193          </indexterm>
    193           <para>Route Monitoring Utility.</para>
    194194        </listitem>
    195195      </varlistentry>
     
    200200        </term>
    201201        <listitem>
     202          <para>Route Status Utility</para>
    202203          <indexterm zone="ch-system-iproute2 rtstat">
    203204            <primary sortas="b-rtstat">rtstat</primary>
    204205          </indexterm>
    205           <para>Route Status Utility</para>
    206206        </listitem>
    207207      </varlistentry>
     
    212212        </term>
    213213        <listitem>
     214          <para>similar to the netstat command. Shows active connections.</para>
    214215          <indexterm zone="ch-system-iproute2 ss">
    215216            <primary sortas="b-ss">ss</primary>
    216217          </indexterm>
    217           <para>similar to the netstat command. Shows active connections.</para>
    218218        </listitem>
    219219      </varlistentry>
     
    224224        </term>
    225225        <listitem>
     226          <para>Traffic Controlling Executable. This is for QOS/COS
     227                implementations.
     228          </para>
     229
     230          <para><command>tc qdisc</command> allows you to setup the queueing
     231                discipline.
     232          </para>
     233
     234          <para><command>tc class</command> allows you to setup classes based on
     235                the queuing discipline scheduling.
     236          </para>
     237
     238          <para><command>tc estimator</command> allows you to estimate the
     239                network flow into a network.
     240          </para>
     241
     242          <para><command>tc filter</command> allows you to setup the QOS/COS
     243                packet filtering.
     244          </para>
     245
     246          <para><command>tc policy</command> allows you to setup the QOS/COS
     247                policies.
     248          </para>
    226249          <indexterm zone="ch-system-iproute2 ss">
    227250            <primary sortas="b-tc">tc</primary>
    228251          </indexterm>
    229           <para>Traffic Controlling Executable. This is for QOS/COS
    230                 implementations.
    231           </para>
    232 
    233           <para><command>tc qdisc</command> allows you to setup the queueing
    234                 discipline.
    235           </para>
    236 
    237           <para><command>tc class</command> allows you to setup classes based on
    238                 the queuing discipline scheduling.
    239           </para>
    240 
    241           <para><command>tc estimator</command> allows you to estimate the
    242                 network flow into a network.
    243           </para>
    244 
    245           <para><command>tc filter</command> allows you to setup the QOS/COS
    246                 packet filtering.
    247           </para>
    248 
    249           <para><command>tc policy</command> allows you to setup the QOS/COS
    250                 policies.
    251           </para>
    252252        </listitem>
    253253      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.