summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute/traceroute.8
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-05-12 17:28:31 +0000
committerarchie <archie@FreeBSD.org>1999-05-12 17:28:31 +0000
commit8520baa2eadb5a08c43bc6c3c33ee6ca07361648 (patch)
tree80b6ac1245ec5f874447720fa5ae39b84533529c /contrib/traceroute/traceroute.8
parenta3fe4dbbe80d5cb26a8d66788755a9fba80428d7 (diff)
downloadFreeBSD-src-8520baa2eadb5a08c43bc6c3c33ee6ca07361648.zip
FreeBSD-src-8520baa2eadb5a08c43bc6c3c33ee6ca07361648.tar.gz
Add a min TTL flag to go along with the max TTL flag. That is, this flag
allows you to start tracing at a hop number other than 1. Submitted by: Stefan `Sec` Zehl <sec@42.org>
Diffstat (limited to 'contrib/traceroute/traceroute.8')
-rw-r--r--contrib/traceroute/traceroute.830
1 files changed, 19 insertions, 11 deletions
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index 26e11b6..16fba5c 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -13,14 +13,14 @@
.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.\" $Header: /home/ncvs/src/contrib/traceroute/traceroute.8,v 1.3 1998/01/09 18:46:53 steve Exp $
+.\" $Header: /home/ncvs/src/contrib/traceroute/traceroute.8,v 1.4 1999/05/06 03:23:23 archie Exp $
.\"
.TH TRACEROUTE 8 "27 September 1996"
.UC 6
.SH NAME
traceroute \- print the route packets take to network host
.SH SYNOPSIS
-.. while ((op = getopt(argc, argv, "dnrvg:m:p:q:s:t:w:")) != EOF)
+.. while ((op = getopt(argc, argv, "dnrvg:M:m:P:p:q:s:t:w:")) != EOF)
.na
.B traceroute
[
@@ -29,35 +29,39 @@ traceroute \- print the route packets take to network host
.B \-g
.I gw_host
] [
-.B \-m
-max_ttl
-.I ]
+.B \-M
+.I min_ttl
+]
.br
.ti +8
[
+.B \-m
+.I max_ttl
+] [
.B \-P
.I proto
] [
.B \-p
.I port
-] [
-.B \-q
-.I nqueries
]
.br
.ti +8
[
+.B \-q
+.I nqueries
+] [
.B \-s
.I src_addr
] [
.B \-t
.I tos
-] [
-.B \-w
-.I waittime
]
.br
.ti +8
+[
+.B \-w
+.I waittime
+]
.I host
[
.I packetlen
@@ -86,6 +90,10 @@ Print a summary of how many probes were not answered for each hop.
.B \-g
Specify a loose source route gateway (8 maximum).
.TP
+.B \-M
+Set the initial time-to-live value used in outgoing probe packets.
+The default is 1, i.e., start with the first hop.
+.TP
.B \-m
Set the max time-to-live (max number of hops) used in outgoing probe
packets. The default is 30 hops (the same default used for TCP
OpenPOWER on IntegriCloud