Deleted Added
full compact
traceroute6.8 (186845) traceroute6.8 (196475)
1.\" $KAME: traceroute6.8,v 1.10 2004/06/06 12:35:15 suz Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\" $KAME: traceroute6.8,v 1.10 2004/06/06 12:35:15 suz Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/usr.sbin/traceroute6/traceroute6.8 186845 2009-01-07 00:57:27Z danger $
30.\" $FreeBSD: head/usr.sbin/traceroute6/traceroute6.8 196475 2009-08-23 17:00:16Z ume $
31.\"
31.\"
32.Dd May 17, 1998
32.Dd August 24, 2009
33.Dt TRACEROUTE6 8
34.Os
35.\"
36.Sh NAME
37.Nm traceroute6
38.Nd "print the route IPv6 packets will take to a network node"
39.\"
40.Sh SYNOPSIS
41.Nm
42.Bk -words
33.Dt TRACEROUTE6 8
34.Os
35.\"
36.Sh NAME
37.Nm traceroute6
38.Nd "print the route IPv6 packets will take to a network node"
39.\"
40.Sh SYNOPSIS
41.Nm
42.Bk -words
43.Op Fl dIlnNrvU
43.Op Fl adIlnNrvU
44.Ek
45.Bk -words
46.Op Fl f Ar firsthop
47.Ek
48.Bk -words
49.Op Fl g Ar gateway
50.Ek
51.Bk -words

--- 7 unchanged lines hidden (view full) ---

59.Ek
60.Bk -words
61.Op Fl s Ar src
62.Ek
63.Bk -words
64.Op Fl w Ar waittime
65.Ek
66.Bk -words
44.Ek
45.Bk -words
46.Op Fl f Ar firsthop
47.Ek
48.Bk -words
49.Op Fl g Ar gateway
50.Ek
51.Bk -words

--- 7 unchanged lines hidden (view full) ---

59.Ek
60.Bk -words
61.Op Fl s Ar src
62.Ek
63.Bk -words
64.Op Fl w Ar waittime
65.Ek
66.Bk -words
67.Op Fl A Ar as_server
68.Ek
69.Bk -words
67.Ar target
68.Op Ar datalen
69.Ek
70.\"
71.Sh DESCRIPTION
72The
73.Nm
74utility

--- 4 unchanged lines hidden (view full) ---

79The default probe datagram carries 12 bytes of payload,
80in addition to the IPv6 header.
81The size of the payload can be specified by giving a length
82(in bytes)
83after the destination host name.
84.Pp
85Other options are:
86.Bl -tag -width Ds
70.Ar target
71.Op Ar datalen
72.Ek
73.\"
74.Sh DESCRIPTION
75The
76.Nm
77utility

--- 4 unchanged lines hidden (view full) ---

82The default probe datagram carries 12 bytes of payload,
83in addition to the IPv6 header.
84The size of the payload can be specified by giving a length
85(in bytes)
86after the destination host name.
87.Pp
88Other options are:
89.Bl -tag -width Ds
90.It Fl a
91Turn on AS# lookups for each hop encountered.
92.It Fl A Ar as_server
93Turn on AS# lookups and use the given server instead of the default.
87.It Fl d
88Debug mode.
89.It Fl f Ar firsthop
90Specify how many hops to skip in trace.
91.It Fl g Ar gateway
92Specify intermediate gateway
93.Nm (
94uses routing header).

--- 84 unchanged lines hidden ---
94.It Fl d
95Debug mode.
96.It Fl f Ar firsthop
97Specify how many hops to skip in trace.
98.It Fl g Ar gateway
99Specify intermediate gateway
100.Nm (
101uses routing header).

--- 84 unchanged lines hidden ---