mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Prted r4901 from trunk: Indexation an text corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4902 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b03f551529
commit
f2027ffa60
@ -7,7 +7,7 @@
|
|||||||
<title>IPRoute2-&iproute2-version;</title>
|
<title>IPRoute2-&iproute2-version;</title>
|
||||||
<?dbhtml filename="iproute2.html"?>
|
<?dbhtml filename="iproute2.html"?>
|
||||||
<indexterm zone="ch-system-iproute2">
|
<indexterm zone="ch-system-iproute2">
|
||||||
<primary sortas="a-iproute2">IPRoute2</primary>
|
<primary sortas="a-IPRoute2">IPRoute2</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title/>
|
<title/>
|
||||||
@ -86,7 +86,7 @@
|
|||||||
<command>ctstat</command>
|
<command>ctstat</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Connection status utility.</para>
|
<para>Connection status utility</para>
|
||||||
<indexterm zone="ch-system-iproute2 ctstat">
|
<indexterm zone="ch-system-iproute2 ctstat">
|
||||||
<primary sortas="b-cstat">ctstat</primary>
|
<primary sortas="b-cstat">ctstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
<command>ifcfg</command>
|
<command>ifcfg</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A shell script wrapper for the <command>ip</command> command.</para>
|
<para>A shell script wrapper for the <command>ip</command> command</para>
|
||||||
<indexterm zone="ch-system-iproute2 ifcfg">
|
<indexterm zone="ch-system-iproute2 ifcfg">
|
||||||
<primary sortas="b-ifcfg">ifcfg</primary>
|
<primary sortas="b-ifcfg">ifcfg</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Shows the interfaces statistic, including the amount of transmitted
|
<para>Shows the interfaces statistic, including the amount of transmitted
|
||||||
and received packages by interface.</para>
|
and received packages by interface</para>
|
||||||
<indexterm zone="ch-system-iproute2 ifstat">
|
<indexterm zone="ch-system-iproute2 ifstat">
|
||||||
<primary sortas="b-ifstat">ifstat</primary>
|
<primary sortas="b-ifstat">ifstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -127,40 +127,40 @@
|
|||||||
<para>The main executable. It has several different functions:</para>
|
<para>The main executable. It has several different functions:</para>
|
||||||
|
|
||||||
<para><command>ip link <replaceable>[device]</replaceable></command>
|
<para><command>ip link <replaceable>[device]</replaceable></command>
|
||||||
allows users to look at the state of devices and to make changes.
|
allows users to look at the state of devices and to make changes
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip addr</command> allows users to look at addresses and
|
<para><command>ip addr</command> allows users to look at addresses and
|
||||||
their properties, add new addresses, and delete old ones.
|
their properties, add new addresses, and delete old ones
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip neighbor</command> allows users to look at
|
<para><command>ip neighbor</command> allows users to look at
|
||||||
neighbor bindings and their properties, add new
|
neighbor bindings and their properties, add new
|
||||||
neighbor entries, and delete old ones.
|
neighbor entries, and delete old ones
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip rule</command> allows users to look at the routing
|
<para><command>ip rule</command> allows users to look at the routing
|
||||||
policies and change them.
|
policies and change them
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip route</command> allows users to look at the routing
|
<para><command>ip route</command> allows users to look at the routing
|
||||||
table and change routing table rules.
|
table and change routing table rules
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip tunnel</command> allows users to look at the IP
|
<para><command>ip tunnel</command> allows users to look at the IP
|
||||||
tunnels and their properties, and change them.
|
tunnels and their properties, and change them
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip maddr</command> allows users to look at the multicast
|
<para><command>ip maddr</command> allows users to look at the multicast
|
||||||
addresses and their properties, and change them.
|
addresses and their properties, and change them
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip mroute</command> allows users to set, change, or
|
<para><command>ip mroute</command> allows users to set, change, or
|
||||||
delete the multicast routing.
|
delete the multicast routing
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para><command>ip monitor</command> allows users to
|
<para><command>ip monitor</command> allows users to
|
||||||
continously monitor the state of devices, addresses and routes.
|
continously monitor the state of devices, addresses and routes
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-iproute2 ip">
|
<indexterm zone="ch-system-iproute2 ip">
|
||||||
<primary sortas="b-ip">ip</primary>
|
<primary sortas="b-ip">ip</primary>
|
||||||
@ -175,7 +175,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Provides Linux network statistics. It is a generalized and more
|
<para>Provides Linux network statistics. It is a generalized and more
|
||||||
feature-complete replacement for the old
|
feature-complete replacement for the old
|
||||||
<command>rtstat</command> program.</para>
|
<command>rtstat</command> program</para>
|
||||||
<indexterm zone="ch-system-iproute2 lnstat">
|
<indexterm zone="ch-system-iproute2 lnstat">
|
||||||
<primary sortas="b-cstat">lnstat</primary>
|
<primary sortas="b-cstat">lnstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
<command>nstat</command>
|
<command>nstat</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Shows network statistics.</para>
|
<para>Shows network statistics</para>
|
||||||
<indexterm zone="ch-system-iproute2 nstat">
|
<indexterm zone="ch-system-iproute2 nstat">
|
||||||
<primary sortas="b-nstat">nstat</primary>
|
<primary sortas="b-nstat">nstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -200,7 +200,7 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A component of <command>ip route</command>. This is for flushing the routing
|
<para>A component of <command>ip route</command>. This is for flushing the routing
|
||||||
tables.
|
tables
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-iproute2 routef">
|
<indexterm zone="ch-system-iproute2 routef">
|
||||||
<primary sortas="b-routef">routef</primary>
|
<primary sortas="b-routef">routef</primary>
|
||||||
@ -214,7 +214,7 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A component of <command>ip route</command>. This is for listing the routing
|
<para>A component of <command>ip route</command>. This is for listing the routing
|
||||||
tables.
|
tables
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-iproute2 routel">
|
<indexterm zone="ch-system-iproute2 routel">
|
||||||
<primary sortas="b-routel">routel</primary>
|
<primary sortas="b-routel">routel</primary>
|
||||||
@ -227,7 +227,7 @@
|
|||||||
<command>rtacct</command>
|
<command>rtacct</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Displays the contents of <filename>/proc/net/rt_acct</filename>.</para>
|
<para>Displays the contents of <filename>/proc/net/rt_acct</filename></para>
|
||||||
<indexterm zone="ch-system-iproute2 rtacct">
|
<indexterm zone="ch-system-iproute2 rtacct">
|
||||||
<primary sortas="b-rtacct">rtacct</primary>
|
<primary sortas="b-rtacct">rtacct</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -239,7 +239,7 @@
|
|||||||
<command>rtmon</command>
|
<command>rtmon</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Route monitoring utility.</para>
|
<para>Route monitoring utility</para>
|
||||||
<indexterm zone="ch-system-iproute2 rtmon">
|
<indexterm zone="ch-system-iproute2 rtmon">
|
||||||
<primary sortas="b-rtmon">rtmon</primary>
|
<primary sortas="b-rtmon">rtmon</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -264,7 +264,7 @@
|
|||||||
<command>rtstat</command>
|
<command>rtstat</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Route status utility.</para>
|
<para>Route status utility</para>
|
||||||
<indexterm zone="ch-system-iproute2 rtstat">
|
<indexterm zone="ch-system-iproute2 rtstat">
|
||||||
<primary sortas="b-rtstat">rtstat</primary>
|
<primary sortas="b-rtstat">rtstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -276,7 +276,7 @@
|
|||||||
<command>ss</command>
|
<command>ss</command>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Similar to the <command>netstat</command> command; shows active connections.</para>
|
<para>Similar to the <command>netstat</command> command; shows active connections</para>
|
||||||
<indexterm zone="ch-system-iproute2 ss">
|
<indexterm zone="ch-system-iproute2 ss">
|
||||||
<primary sortas="b-ss">ss</primary>
|
<primary sortas="b-ss">ss</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
Loading…
Reference in New Issue
Block a user