From 384b413dc527e0a4118142ba6ddba4e80cc797d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 11 Mar 2020 09:06:40 +0100 Subject: [PATCH] Add release note about controlling source ports --- doc/arm/notes-9.17.0.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/arm/notes-9.17.0.xml b/doc/arm/notes-9.17.0.xml index fe22b09470..c3348fc73f 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