]> 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:30:42 +0000 (09:30 +0100)
(cherry picked from commit 384b413dc527e0a4118142ba6ddba4e80cc797d0)

doc/arm/notes-9.16.1.xml

index 8262c3d383842a1e1a884e99dc45d0b1ab787266..7a840afa938b6ca731fef9b6c05f7215c78a02b3 100644 (file)
 
 <section xml:id="relnotes-9.16.1"><info><title>Notes for BIND 9.16.1</title></info>
 
+  <section xml:id="relnotes-9.16.1-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.16.1-changes"><info><title>Feature Changes</title></info>
     <itemizedlist>
       <listitem>