From: Michał Kępień Date: Wed, 11 Mar 2020 08:06:40 +0000 (+0100) Subject: Add release note about controlling source ports X-Git-Tag: v9.17.1~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384b413dc527e0a4118142ba6ddba4e80cc797d0;p=thirdparty%2Fbind9.git Add release note about controlling source ports --- diff --git a/doc/arm/notes-9.17.0.xml b/doc/arm/notes-9.17.0.xml index fe22b094707..c3348fc73fd 100644 --- a/doc/arm/notes-9.17.0.xml +++ b/doc/arm/notes-9.17.0.xml @@ -11,6 +11,25 @@
Notes for BIND 9.17.0 +
Known Issues + + + + UDP network ports used for listening can no longer simultaneously be + used for sending traffic. An example configuration which triggers + this issue would be one which uses the same + address:port pair for + listen-on(-v6) statements as for + notify-source(-v6) or + transfer-source(-v6). While this issue affects all + operating systems, it only triggers log messages (e.g. "unable to + create dispatch for reserved port") on some of them. There are + currently no plans to make such a combination of settings work again. + + + +
+
Feature Changes