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