summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute6/traceroute6.8
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-11-12 18:56:59 +0000
committerume <ume@FreeBSD.org>2003-11-12 18:56:59 +0000
commit2dad2898ac513388610e8697b5ec6ace2e1f25da (patch)
treeb34208d60ec522677f81c3b32ac7ab431e22befe /usr.sbin/traceroute6/traceroute6.8
parent6856b87665db22d3debeb4d78898dbc2e114f48e (diff)
downloadFreeBSD-src-2dad2898ac513388610e8697b5ec6ace2e1f25da.zip
FreeBSD-src-2dad2898ac513388610e8697b5ec6ace2e1f25da.tar.gz
- setsockopt/sysctl takes int, not u_long.
- be more picky about argument parsing - like ERANGE. - use u_long for args, not to lose accuracy/prevent overflow. - socklen_t audit. - Add -I (use icmp) option. - warn if multiple addresses are present for dest. - no need to pass tz. - type pedant. check -p range. - grab hlim from sysctl. - typo in port number setting. Obtained from: KAME
Diffstat (limited to 'usr.sbin/traceroute6/traceroute6.8')
-rw-r--r--usr.sbin/traceroute6/traceroute6.820
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8
index b67af36..3779603 100644
--- a/usr.sbin/traceroute6/traceroute6.8
+++ b/usr.sbin/traceroute6/traceroute6.8
@@ -1,4 +1,4 @@
-.\" $KAME: traceroute6.8,v 1.8 2000/06/12 16:29:18 itojun Exp $
+.\" $KAME: traceroute6.8,v 1.9 2002/08/30 03:56:20 onoe Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Nm
.Bk -words
-.Op Fl dlnrv
+.Op Fl dIlnrv
.Ek
.Bk -words
.Op Fl f Ar firsthop
@@ -76,15 +76,19 @@ Debug mode.
Specify how many hops to skip in trace.
.It Fl g Ar gateway
Specify intermediate gateway
-.Nm (
-uses routing header).
-.It Fl m Ar hoplimit
-Specify maximum hoplimit.
+.Po
+.Nm
+uses routing header
+.Pc .
+.It Fl I
+Use ICMP6 ECHO instead of UDP datagrams.
.It Fl l
Print both host hostnames and numeric addresses.
Normally
.Nm
prints only hostnames if
+.It Fl m Ar hoplimit
+Specify maximum hoplimit.
.Fl n
is not specified, and only numeric addresses if
.Fl n
@@ -110,7 +114,7 @@ Specify the delay time between probes.
.Sh RETURN VALUES
The
.Nm
-utility will exit with 0 on success, and non-zero on errors.
+command will exit with 0 on success, and non-zero on errors.
.\"
.Sh SEE ALSO
.Xr ping 8 ,
@@ -120,4 +124,4 @@ utility will exit with 0 on success, and non-zero on errors.
.Sh HISTORY
The
.Nm
-utility first appeared in WIDE hydrangea IPv6 protocol stack kit.
+command first appeared in WIDE hydrangea IPv6 protocol stack kit.
OpenPOWER on IntegriCloud