Skip to content

Commit a58245a

Browse files
committed
github pages
1 parent 8acc0cd commit a58245a

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

docs/_sources/icmp.rst.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
7272
It is mandatory to set either ICMP client group identifier or network interface
7373
but only one as those attributes are mutually exclusive.
7474

75+
The ICMP logging flag (``-l icmp``) enables detailed ICMP logging:
76+
77+
.. code-block:: none
78+
79+
# network interfaces
80+
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
81+
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
82+
# sessions
83+
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
84+
Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
85+
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
86+
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21

docs/icmp.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,17 @@ <h2>ICMP Client<a class="headerlink" href="#icmp-client" title="Link to this hea
259259
of the ICMP client group identifier (icmp-client-group-id).</p>
260260
<p>It is mandatory to set either ICMP client group identifier or network interface
261261
but only one as those attributes are mutually exclusive.</p>
262+
<p>The ICMP logging flag (<code class="docutils literal notranslate"><span class="pre">-l</span> <span class="pre">icmp</span></code>) enables detailed ICMP logging:</p>
263+
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># network interfaces
264+
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
265+
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
266+
# sessions
267+
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
268+
Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
269+
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
270+
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
271+
</pre></div>
272+
</div>
262273
</section>
263274
</section>
264275

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docsrc/sources/icmp.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
7272
It is mandatory to set either ICMP client group identifier or network interface
7373
but only one as those attributes are mutually exclusive.
7474

75+
The ICMP logging flag (``-l icmp``) enables detailed ICMP logging:
76+
77+
.. code-block:: none
78+
79+
# network interfaces
80+
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
81+
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
82+
# sessions
83+
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
84+
Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
85+
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
86+
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21

0 commit comments

Comments
 (0)