mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
The Linux IPv4 over IPv6 is not really a bug, since it's intentional (but
wrong). Change 'bug' to 'quirk'.
This commit is contained in:
parent
faf83c82e0
commit
e2b6dca303
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.139 2001/06/14 19:48:23 gson Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.140 2001/06/14 20:36:30 bwelling Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
|
@ -3085,7 +3085,7 @@ if known. These options disable this behavior.
|
|||
IPv4-mapped IPv6 address will match any address match
|
||||
list entries that match the corresponding IPv4 address.
|
||||
Enabling this option is sometimes useful on IPv6-enabled Linux
|
||||
systems, to work around a kernel bug that causes IPv4
|
||||
systems, to work around a kernel quirk that causes IPv4
|
||||
TCP connections such as zone transfers to be accepted
|
||||
on an IPv6 socket using mapped addresses, causing
|
||||
address match lists designed for IPv4 to fail to match.
|
||||
|
|
|
|||
Loading…
Reference in a new issue