1 .\" $NetBSD: traceroute6.8,v 1.10 2005/09/11 23:46:39 wiz Exp $
2 .\" $KAME: traceroute6.8,v 1.8 2000/06/12 16:29:18 itojun Exp $
4 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 .\" All rights reserved.
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of the project nor the names of its contributors
16 .\" may be used to endorse or promote products derived from this software
17 .\" without specific prior written permission.
19 .\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .Dd September 17, 2005
37 .Nd "print the route IPv6 packets will take to the destination"
75 Specify how many hops to skip in trace.
77 Specify intermediate gateway
83 Use ICMP6 ECHO instead of UDP datagrams.
85 Print both host hostnames and numeric addresses.
88 prints only hostnames if
90 is not specified, and only numeric addresses if
94 Specify maximum hoplimit.
96 Do not resolve numeric address to hostname.
98 Set UDP port number to
101 Set the number of probe per hop count to
104 Bypass the normal routing tables and send directly to
105 a host on an attached network.
106 If the host is not on a directly-attached network,
107 an error is returned.
108 This option can be used to send probes to a local host
109 through an interface that has no route through it
110 (e.g., after the interface was dropped by
114 specifies the source IPv6 address to be used.
118 Specify the delay time between probes.
124 command exits 0 on success, and \*[Gt]0 on errors.
134 command first appeared in WIDE hydrangea IPv6 protocol stack kit.