summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute/traceroute.8
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2002-08-11 18:17:32 +0000
committerstevesk <stevesk@openbsd.org>2002-08-11 18:17:32 +0000
commit8af5dbb3ba17f384deca4e783bbb4e0db3a2cf0a (patch)
tree0ff74bd18f8467377531b6efa3337433d35ac5dd /usr.sbin/traceroute/traceroute.8
parentFix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD (diff)
downloadwireguard-openbsd-8af5dbb3ba17f384deca4e783bbb4e0db3a2cf0a.tar.xz
wireguard-openbsd-8af5dbb3ba17f384deca4e783bbb4e0db3a2cf0a.zip
document other ICMP redirect code strings; ok millert@
Diffstat (limited to 'usr.sbin/traceroute/traceroute.8')
-rw-r--r--usr.sbin/traceroute/traceroute.811
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8
index d7409324620..22466213dfa 100644
--- a/usr.sbin/traceroute/traceroute.8
+++ b/usr.sbin/traceroute/traceroute.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: traceroute.8,v 1.26 2002/08/11 01:34:31 stevesk Exp $
+.\" $OpenBSD: traceroute.8,v 1.27 2002/08/11 18:17:32 stevesk Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -363,6 +363,7 @@ non-standard
software, expect to see this problem
frequently and/or take care picking the target host of your
probes.
+.Pp
Other possible annotations after the time are
.Sy !H ,
.Sy !N ,
@@ -375,7 +376,13 @@ Other possible annotations after the time are
or
.Sy !F
(source route failed or fragmentation needed \- neither of these should
-ever occur and the associated gateway is busted if you see one).
+ever occur and the associated gateway is busted if you see one),
+.Sy !U
+(destination network or host unknown),
+.Sy !T
+(destination network or host unreachable for TOS),
+.Sy !<code>
+(other ICMP unreachable code).
If almost all the probes result in some kind of unreachable,
.Nm
will give up and exit.