mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Add release note about controlling source ports
This commit is contained in:
@@ -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"><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>
|
<section xml:id="relnotes-9.17.0-changes"><info><title>Feature Changes</title></info>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Reference in New Issue
Block a user