]> git.ipfire.org Git - thirdparty/mtr.git/commit
mtr-packet: report ICMP destination unreachable probes as "no route to host"
authorMatt Kimball <matt.kimball@gmail.com>
Tue, 11 Jul 2017 01:01:25 +0000 (18:01 -0700)
committerMatt Kimball <matt.kimball@gmail.com>
Tue, 11 Jul 2017 20:49:08 +0000 (13:49 -0700)
commit6cc8183d94ca347c0553b8ccb57c04c94f174169
tree305255744c5224ab4ee9b5d282353f7d93638652
parent860a39cdf5a8ffe4afddc057dbe7b3ec7aaacb7b
mtr-packet: report ICMP destination unreachable probes as "no route to host"

When an ICMP reply of type destination unreachable is received, report
the probe status as "no-route".

The exception is the port unreacable subtype of destination unreachable,
which may occur normally when using a non-ICMP probe type.
packet/deconstruct_unix.c
packet/probe.c
packet/probe_cygwin.c