svn commit: r334442 - stable/11/usr.sbin/traceroute6
Michael Tuexen
tuexen at FreeBSD.org
Thu May 31 16:48:09 UTC 2018
Author: tuexen
Date: Thu May 31 16:48:08 2018
New Revision: 334442
URL: https://svnweb.freebsd.org/changeset/base/334442
Log:
MFC r333176:
Fix in the documentation that the default hop limit is not 30, but
the value of the sysctl variable net.inet6.ip6.hlim.
This is true since
https://svnweb.freebsd.org/base?view=revision&revision=122574
The default of 30 (which was correct up to r122574) was incorrectly
documented in
https://svnweb.freebsd.org/base?view=revision&revision=130268
Thanks to Timo Voelker for makeing me aware of the inconsistency
between to code and the documentation.
Approved by: re@ (marius)
Modified:
stable/11/usr.sbin/traceroute6/traceroute6.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/traceroute6/traceroute6.8
==============================================================================
--- stable/11/usr.sbin/traceroute6/traceroute6.8 Thu May 31 16:14:45 2018 (r334441)
+++ stable/11/usr.sbin/traceroute6/traceroute6.8 Thu May 31 16:48:08 2018 (r334442)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 27, 2018
+.Dd May 2, 2018
.Dt TRACEROUTE6 8
.Os
.\"
@@ -112,7 +112,10 @@ is not specified, and only numeric addresses if
is specified.
.It Fl m Ar hoplimit
Specify maximum hoplimit, up to 255.
-The default is 30 hops.
+The default is the value of the
+.Va net.inet6.ip6.hlim
+.Xr sysctl 8
+(the same default used for TCP connections).
.It Fl n
Do not resolve numeric address to hostname.
.It Fl N
More information about the svn-src-stable
mailing list