]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Documentation update wrt IPv6 listening.
authorWitold Kręcicki <wpk@isc.org>
Wed, 3 Jun 2020 15:59:37 +0000 (17:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2020 13:50:29 +0000 (15:50 +0200)
With netmgr we're creating separate socket for each IPv6 interface,
just as with IPv4 - update documentation accordingly.

CHANGES
doc/arm/reference.rst

diff --git a/CHANGES b/CHANGES
index 0b41d469bd6d7e10e0e4f6903a8bee43fac65f6b..173e8dbd1569625839fffe1bd34610d548cbfeeb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5430.  [doc]           Update docs - with netmgr we're creating separate
+                       socket for each IPv6 interface, just as with IPv4.
+                       [GL #1782]
+
 5429.  [cleanup]       Move BIND binaries which are neither daemons nor
                        administrative programs to $bindir. [GL #1724]
 
index bfd18095b1386b5c27983029410702cd78156850..07a923bb2e3ce3e09c0f1984a715e71b9314cf4d 100644 (file)
@@ -2433,26 +2433,6 @@ ports on which the server listens for incoming queries sent using
 IPv6. If not specified, the server listens on port 53 on all IPv6
 interfaces.
 
-When
-
-::
-
-   { any; }
-
-is specified as the ``address_match_list`` for the ``listen-on-v6``
-option, the server does not bind a separate socket to each IPv6
-interface address as it does for IPv4, if the operating system has enough
-API support for IPv6 (specifically if it conforms to :rfc:`3493` and
-:rfc:`3542`). Instead, it listens on the IPv6 wildcard address. If the system
-only has incomplete API support for IPv6, however, the behavior is the
-same as that for IPv4.
-
-A list of particular IPv6 addresses can also be specified, in which case
-the server listens on a separate socket for each specified address,
-regardless of whether the desired API is supported by the system. IPv4
-addresses specified in ``listen-on-v6`` are ignored, with a logged
-warning.
-
 Multiple ``listen-on-v6`` options can be used. For example,
 
 ::