DNS compression support.

be more picky about DNS label validation.
(sync with kame)
This commit is contained in:
itojun 2000-08-09 14:36:00 +00:00
parent f714bfb0d8
commit 1b2be13d48
2 changed files with 499 additions and 244 deletions

View File

@ -1,5 +1,5 @@
.\" $NetBSD: ping6.8,v 1.8 2000/06/12 16:21:04 itojun Exp $
.\" $KAME: ping6.8,v 1.23 2000/06/12 16:16:09 itojun Exp $
.\" $NetBSD: ping6.8,v 1.9 2000/08/09 14:36:00 itojun Exp $
.\" $KAME: ping6.8,v 1.26 2000/08/03 15:26:34 jinmei Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
@ -39,9 +39,9 @@ packets to network hosts
.Sh SYNOPSIS
.Nm ping6
.\" without ipsec, or new ipsec
.Op Fl dfHnNqRvw
.Op Fl dfHnNqRtvw
.\" old ipsec
.\" .Op Fl AdEfnNqRvw
.\" .Op Fl AdEfnNqRtvw
.Bk -words
.Op Fl a Ar addrtype
.Ek
@ -258,6 +258,13 @@ header data.
You may need to specify
.Fl b
as well to extend socket buffer size.
.It Fl t
Generate ICMPv6 Node Information supported query types query,
rather than echo-request.
.Fl s
has no effect if
.Fl t
is specified.
.It Fl v
Verbose output.
.Tn ICMP
@ -265,7 +272,7 @@ packets other than
.Tn ECHO_RESPONSE
that are received are listed.
.It Fl w
Generate ICMPv6 Node Information FQDN query, rather than echo-request.
Generate ICMPv6 Node Information DNS Name query, rather than echo-request.
.Fl s
has no effect if
.Fl w
@ -402,8 +409,8 @@ and non-zero if the arguments are incorrect or the host is not responding.
.Rs
.%A Matt Crawford
.%T "IPv6 Node Information Queries"
.%N draft-ietf-ipngwg-icmp-name-lookups-05.txt
.%D October 22, 1999
.%N draft-ietf-ipngwg-icmp-name-lookups-06.txt
.%D July 2000
.%O work in progress material
.Re
.Sh HISTORY

File diff suppressed because it is too large Load Diff