Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/bind/man mention lack of support in DNS query/reply ove...



details:   https://anonhg.NetBSD.org/src/rev/3d317200dcf8
branches:  trunk
changeset: 487865:3d317200dcf8
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jun 14 05:54:30 2000 +0000

description:
mention lack of support in DNS query/reply over IPv6 transport,
since it seem to confuse people.

diffstat:

 dist/bind/man/dig.1        |  9 ++++++++-
 dist/bind/man/dnsquery.1   |  9 ++++++++-
 dist/bind/man/host.1       |  9 ++++++++-
 dist/bind/man/named-xfer.8 |  5 ++++-
 dist/bind/man/named.8      |  5 ++++-
 dist/bind/man/nslookup.8   |  9 ++++++++-
 6 files changed, 40 insertions(+), 6 deletions(-)

diffs (112 lines):

diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/dig.1
--- a/dist/bind/man/dig.1       Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/dig.1       Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: dig.1,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
+.\"     $NetBSD: dig.1,v 1.2 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\" Id: dig.1,v 8.4 1999/10/15 21:29:58 vixie Exp
 .\"
@@ -683,3 +683,10 @@
 .Ic dig
 simply
 continues with the next query.
+.Pp
+.Nm
+does not support DNS queries/replies over IPv6 transport, and ignores
+IPv6 address on
+.Dq nameserver
+line in
+.Xr resolv.conf 5 .
diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/dnsquery.1
--- a/dist/bind/man/dnsquery.1  Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/dnsquery.1  Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: dnsquery.1,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
+.\"     $NetBSD: dnsquery.1,v 1.2 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\" Id: dnsquery.1,v 8.3 1999/01/08 18:54:21 vixie Exp
 .\"
@@ -178,3 +178,10 @@
 .Fn inet_addr 
 seems to cause a segmentation fault with some (bad)
 IP addresses (e.g., 1.2.3.4.5).
+.Pp
+.Nm
+does not support DNS queries/replies over IPv6 transport, and ignores
+IPv6 address on
+.Dq nameserver
+line in
+.Xr resolv.conf 5 .
diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/host.1
--- a/dist/bind/man/host.1      Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/host.1      Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: host.1,v 1.2 1999/11/29 18:28:18 christos Exp $
+.\"     $NetBSD: host.1,v 1.3 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\" ++Copyright++ 1993
 .\" -
@@ -317,3 +317,10 @@
 for all 
 .Dq Ic xxx 
 on the list of name servers, until you find one that works.
+.Pp
+.Nm
+does not support DNS queries/replies over IPv6 transport, and ignores
+IPv6 address on
+.Dq nameserver
+line in
+.Xr resolv.conf 5 .
diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/named-xfer.8
--- a/dist/bind/man/named-xfer.8        Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/named-xfer.8        Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: named-xfer.8,v 1.1.1.1 1999/11/20 18:53:57 veego Exp $
+.\"     $NetBSD: named-xfer.8,v 1.2 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\" ++Copyright++ 1985
 .\" -
@@ -185,3 +185,6 @@
 RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, 
 RFC 1123, RFC 1995
 .Dq Name Server Operations Guide for Sy BIND .
+.Sh BUGS
+.Nm
+does not support DNS queries/replies over IPv6 transport.
diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/named.8
--- a/dist/bind/man/named.8     Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/named.8     Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: named.8,v 1.2 1999/11/29 18:28:18 christos Exp $
+.\"     $NetBSD: named.8,v 1.3 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\" ++Copyright++ 1985, 1996
 .\" -
@@ -442,3 +442,6 @@
 RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, RFC 1123,
 RFC 2308
 .Dq Name Server Operations Guide for Sy BIND
+.Sh BUGS
+.Nm
+does not support DNS queries/replies over IPv6 transport.
diff -r 13da50380cb8 -r 3d317200dcf8 dist/bind/man/nslookup.8
--- a/dist/bind/man/nslookup.8  Wed Jun 14 05:28:59 2000 +0000
+++ b/dist/bind/man/nslookup.8  Wed Jun 14 05:54:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: nslookup.8,v 1.2 1999/11/29 18:28:18 christos Exp $
+.\"     $NetBSD: nslookup.8,v 1.3 2000/06/14 05:54:30 itojun Exp $
 .\"
 .\"
 .\" ++Copyright++ 1985, 1989
@@ -536,3 +536,10 @@
 .Dq Domain Names - Implementation and Specification .
 .Sh AUTHOR
 Andrew Cherenson
+.Sh BUGS
+.Nm
+does not support DNS queries/replies over IPv6 transport, and ignores
+IPv6 address on
+.Dq nameserver
+line in
+.Xr resolv.conf 5 .



Home | Main Index | Thread Index | Old Index