diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-07-04 21:59:22 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-07-07 19:57:19 +0200 |
commit | 7271c1478c46622db33182dd73b8290488836432 (patch) | |
tree | 16fcc98b560080352ff432b5385004f79b29a292 /doc/migration.rst | |
parent | configure: fix operator in a few test conditions (diff) | |
download | knot-7271c1478c46622db33182dd73b8290488836432.tar.xz knot-7271c1478c46622db33182dd73b8290488836432.zip |
doc/migration: add missing config changes between 3.1 and 3.2
Diffstat (limited to 'doc/migration.rst')
-rw-r--r-- | doc/migration.rst | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/migration.rst b/doc/migration.rst index e9ec1d231..8e0181b3b 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -160,7 +160,7 @@ Configuration changes - ``server.tcp-handshake-timeout`` - ``zone.request-edns-option`` -- New default values for: +- New default value for: - :ref:`server_tcp-workers` - :ref:`server_tcp-max-clients` @@ -305,6 +305,21 @@ exceptions. Configuration changes --------------------- +- Default value for: + + - :ref:`zone_journal-max-depth` was lowered to 20. + This change may trigger journal history merging. + - :ref:`policy_nsec3-iterations` was lowered to 0. + This change may trigger complete NSEC3 chain reconstruction! + - :ref:`policy_rrsig-refresh` is set to :ref:`policy_propagation-delay` + "zone maximum TTL". + This change affects effective RRSIG lifetime! + +- New checks: + + - :ref:`policy_rrsig-refresh` must be high enough to ensure all RRSIGs are + refreshed before their expiration. + - A notice log message is emitted if :ref:`policy_algorithm` is deprecated. + - Ignored obsolete option (with a notice log): - ``server.listen-xdp`` |