summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2005-12-22 10:48:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2005-12-22 10:48:42 +0000
commit4c45e439d2e4d1c580ebc1949b9cdf009ee0a766 (patch)
treeb24c3ec023c8267cc59ce0d1d529e7fb066dbc0e
parent541ce3c1afd91b72ce7c411032a7c00e2b8122e2 (diff)
Notes
-rw-r--r--usr.sbin/traceroute6/traceroute6.810
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8
index 8b2fe0d63fa8..08ccb0a091ad 100644
--- a/usr.sbin/traceroute6/traceroute6.8
+++ b/usr.sbin/traceroute6/traceroute6.8
@@ -115,6 +115,16 @@ Set UDP port number to
Set the number of probe per hop count to
.Ar probes .
.It Fl r
+Bypass the normal routing tables and send directly to a host
+on an attached network.
+If the host is not on a directly-connected network,
+an error is returned.
+This option corresponds to the
+.Dv SO_DONTROUTE
+socket option;
+it can be used to ping a local host through an interface
+that has no route through it
+(e.g., after the interface was dropped by a routing daemon).
.It Fl s Ar src
.Ar Src
specifies the source IPv6 address to be used.