]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note about controlling source ports
authorMichał Kępień <michal@isc.org>
Wed, 11 Mar 2020 08:06:40 +0000 (09:06 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 11 Mar 2020 08:06:40 +0000 (09:06 +0100)
doc/arm/notes-9.17.0.xml

index fe22b094707e9f7ecba1a1858ea957654517f9eb..c3348fc73fdd034baba158b159ca91d64c062425 100644 (file)
 
 <section xml:id="relnotes-9.17.0"><info><title>Notes for BIND 9.17.0</title></info>
 
+  <section xml:id="relnotes-9.17.0-known"><info><title>Known Issues</title></info>
+    <itemizedlist>
+      <listitem>
+        <para>
+          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
+          <replaceable>address:port</replaceable> pair for
+          <command>listen-on(-v6)</command> statements as for
+          <command>notify-source(-v6)</command> or
+          <command>transfer-source(-v6)</command>.  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.
+        </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
   <section xml:id="relnotes-9.17.0-changes"><info><title>Feature Changes</title></info>
     <itemizedlist>
       <listitem>