Skip to content

Commit

Permalink
github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Dec 19, 2024
1 parent 8acc0cd commit a58245a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/_sources/icmp.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
It is mandatory to set either ICMP client group identifier or network interface
but only one as those attributes are mutually exclusive.

The ICMP logging flag (``-l icmp``) enables detailed ICMP logging:

.. code-block:: none
# network interfaces
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
# sessions
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
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
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
11 changes: 11 additions & 0 deletions docs/icmp.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ <h2>ICMP Client<a class="headerlink" href="#icmp-client" title="Link to this hea
of the ICMP client group identifier (icmp-client-group-id).</p>
<p>It is mandatory to set either ICMP client group identifier or network interface
but only one as those attributes are mutually exclusive.</p>
<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>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span># network interfaces
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
# sessions
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
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
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
</pre></div>
</div>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docsrc/sources/icmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
It is mandatory to set either ICMP client group identifier or network interface
but only one as those attributes are mutually exclusive.

The ICMP logging flag (``-l icmp``) enables detailed ICMP logging:

.. code-block:: none
# network interfaces
Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
# sessions
Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
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
Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21

0 comments on commit a58245a

Please sign in to comment.