summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute6/traceroute6.8
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2009-08-23 17:00:16 +0000
committerume <ume@FreeBSD.org>2009-08-23 17:00:16 +0000
commite9fb7bf28d0712b4366f9f39010c865c03853ac6 (patch)
treeed9630d75b8bf64e28c5ab5abefdd3666898f3d8 /usr.sbin/traceroute6/traceroute6.8
parent5868b7c961bb6a513bde2e133aaeae679b9cb648 (diff)
downloadFreeBSD-src-e9fb7bf28d0712b4366f9f39010c865c03853ac6.zip
FreeBSD-src-e9fb7bf28d0712b4366f9f39010c865c03853ac6.tar.gz
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup. - Introduce $RA_SERVER to set whois server. - Support for 4 byte ASN. - ANSIfy function declaration in as.c. Tested by: IHANet folks.
Diffstat (limited to 'usr.sbin/traceroute6/traceroute6.8')
-rw-r--r--usr.sbin/traceroute6/traceroute6.811
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8
index b6116f0..884ad6d 100644
--- a/usr.sbin/traceroute6/traceroute6.8
+++ b/usr.sbin/traceroute6/traceroute6.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 17, 1998
+.Dd August 24, 2009
.Dt TRACEROUTE6 8
.Os
.\"
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Nm
.Bk -words
-.Op Fl dIlnNrvU
+.Op Fl adIlnNrvU
.Ek
.Bk -words
.Op Fl f Ar firsthop
@@ -64,6 +64,9 @@
.Op Fl w Ar waittime
.Ek
.Bk -words
+.Op Fl A Ar as_server
+.Ek
+.Bk -words
.Ar target
.Op Ar datalen
.Ek
@@ -84,6 +87,10 @@ after the destination host name.
.Pp
Other options are:
.Bl -tag -width Ds
+.It Fl a
+Turn on AS# lookups for each hop encountered.
+.It Fl A Ar as_server
+Turn on AS# lookups and use the given server instead of the default.
.It Fl d
Debug mode.
.It Fl f Ar firsthop
OpenPOWER on IntegriCloud