mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] release note
This commit is contained in:
parent
c4ecf87d21
commit
cc1a796b78
5
CHANGES
5
CHANGES
@ -1,7 +1,8 @@
|
|||||||
4545. [func] Make dnstap-read output more functionally usable.
|
4545. [func] Expand YAML output from dnstap-read to include
|
||||||
|
a detailed breakdown of the DNS message contents.
|
||||||
[RT #43642]
|
[RT #43642]
|
||||||
|
|
||||||
4544. [func] Add message/payload size to dnstap-read YAML output.
|
4544. [bug] Add message/payload size to dnstap-read YAML output.
|
||||||
[RT #43622]
|
[RT #43622]
|
||||||
|
|
||||||
4543. [bug] dns_client_startupdate now delays sending the update
|
4543. [bug] dns_client_startupdate now delays sending the update
|
||||||
|
@ -64,9 +64,20 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Rndc commands can now manipulate redirect zones using "-redirect".
|
<command>rndc</command> commands which refer to zone names
|
||||||
To manipulate a zone called "-redirect" reference it using absolute
|
can now reference a zone of type <command>redirect</command>
|
||||||
name form ("-redirect.").
|
by using the special zone name "-redirect". (Previously this
|
||||||
|
was not possible because <command>redirect</command> zones
|
||||||
|
always have the name ".", which can be ambiguous.)
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
In the event you need to manipulate a a zone actually
|
||||||
|
called "-redirect", use a trailing dot: "-redirect."
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Note: This change does not appply to the
|
||||||
|
<command>rndc addzone</command> or
|
||||||
|
<command>rndc modzone</command> commands.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -76,7 +87,10 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
None.
|
Expanded and improved the YAML output from
|
||||||
|
<command>dnstap-read -y</command>: it now includes packet
|
||||||
|
size and a detailed breakdown of message contents.
|
||||||
|
[RT #43622] [RT #43642]
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user