- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iputils.xml
r2cca6fd r56c7abf 67 67 <?dbhtml list-presentation="table"?> 68 68 69 <varlistentry id="arping">70 <term><command>arping</command></term>71 <listitem>72 <para>Sends an ARP request to a neighbor host</para>73 <indexterm zone="ch-system-iputils arping">74 <primary sortas="b-arping">arping</primary>75 </indexterm>76 </listitem>77 </varlistentry>78 79 <varlistentry id="clockdiff">80 <term><command>clockdiff</command></term>81 <listitem>82 <para>Measures the clock difference between hosts</para>83 <indexterm zone="ch-system-iputils clockdiff">84 <primary sortas="b-clockdiff">clockdiff</primary>85 </indexterm>86 </listitem>87 </varlistentry>88 89 69 <varlistentry id="ping"> 90 70 <term><command>ping</command></term> … … 109 89 </varlistentry> 110 90 111 <varlistentry id="rdisc">112 <term><command>rdisc</command></term>113 <listitem>114 <para>Network router discovery daemon</para>115 <indexterm zone="ch-system-iputils rdisc">116 <primary sortas="b-rdisc">rdisc</primary>117 </indexterm>118 </listitem>119 </varlistentry>120 121 <varlistentry id="tracepath">122 <term><command>tracepath</command></term>123 <listitem>124 <para>Traces the path to a network host discovering MTU along the125 path. This is the IPV4 version.</para>126 <indexterm zone="ch-system-iputils tracepath">127 <primary sortas="b-tracepath">tracepath</primary>128 </indexterm>129 </listitem>130 </varlistentry>131 132 <varlistentry id="tracepath6">133 <term><command>tracepath6</command></term>134 <listitem>135 <para>Traces the path to a network host discovering MTU along the136 path. This is the IPV6 version.</para>137 <indexterm zone="ch-system-iputils tracepath6">138 <primary sortas="b-tracepath6">tracepath6</primary>139 </indexterm>140 </listitem>141 </varlistentry>142 143 <varlistentry id="traceroute6">144 <term><command>traceroute6</command></term>145 <listitem>146 <para>Traces the path to a network host on an IPV6 network</para>147 <indexterm zone="ch-system-iputils traceroute6">148 <primary sortas="b-traceroute6">traceroute6</primary>149 </indexterm>150 </listitem>151 </varlistentry>152 153 91 </variablelist> 154 92
Note:
See TracChangeset
for help on using the changeset viewer.