2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add release note about controlling source ports

This commit is contained in:
Michał Kępień
2020-03-11 09:06:40 +01:00
parent 2283d38ac2
commit 384b413dc5

View File

@@ -11,6 +11,25 @@
<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>