]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correctly update local-ipv6 deprecation info
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 21 May 2021 13:32:41 +0000 (15:32 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 27 May 2021 10:13:43 +0000 (12:13 +0200)
docs/settings.rst
docs/upgrading.rst

index ba875f02b22c77a4e664274c8fffd0b5aa4c7da5..fc9524cba999f37a433550adda3bb5a924fb31d9 100644 (file)
@@ -817,7 +817,7 @@ Fail to start if one or more of the
 ``local-ipv6``
 --------------
 .. deprecated:: 4.5.0
-  Remove, use :ref:`setting-local-address`
+   Use :ref:`setting-local-address` instead
 
 .. _setting-local-ipv6-nonexist-fail:
 
index b80049b466fb70c34a4c43e6e6fcb79597092633..38f290762a396fd51b3a15ebb83377289018b8be 100644 (file)
@@ -26,9 +26,12 @@ Then, disable the setting again, because it has a serious performance impact on
 On secondaries, it is recommended to re-transfer, using ``pdns_control retrieve ZONE``, with :ref:`setting-upgrade-unknown-types` enabled, all zones that have records of those types, or ``TYPExx``, for numbers 45 and 62.
 Leave the setting on until all zones have been re-transferred.
 
-Wording changes
+Changed options
 ^^^^^^^^^^^^^^^
 
+Renamed options
+~~~~~~~~~~~~~~~
+
 Various settings have been renamed.
 Their old names still work in 4.5.x, but will be removed in the release after it.
 
@@ -47,6 +50,10 @@ Changed defaults
 - The default value of the :ref:`setting-max-nsec3-iterations` option has been changed from ``500`` to ``100``.
 - The default value of the ``timeout`` parameter for :func:`ifportup` and :func:`ifurlup` functions has been changed from ``1`` to ``2`` seconds.
 
+Removed options
+~~~~~~~~~~~~~~~
+- :ref:`setting-local-ipv6` has been removed. IPv4 and IPv6 listen addresses should now be set with :ref:`setting-local-address`.
+
 4.3.x to 4.4.0
 --------------
 
@@ -186,10 +193,14 @@ New settings
   This sets the maximum number of steps that will be performed when loading a BIND zone with the ``$GENERATE`` directive.
   The default is 0, which is unlimited.
 
-Removed settings
-^^^^^^^^^^^^^^^^
+Deprecated settings
+^^^^^^^^^^^^^^^^^^^
 
-- :ref:`setting-local-ipv6` has been deprecated, and will be removed in 4.4.0. IPv4 and IPv6 listen addresses can now be set with :ref:`setting-local-address`. The default for the latter has been changed to ``0.0.0.0, ::``.
+- :ref:`setting-local-ipv6` has been deprecated and will be removed in 4.5.0. Both IPv4 and IPv6 listen addresses can now be set with :ref:`setting-local-address`. The default for the latter has been changed to ``0.0.0.0, ::``.
+
+Changed defaults
+^^^^^^^^^^^^^^^^
+- :ref:`setting-local-address` now defaults to ``0.0.0.0, ::``.
 
 Schema changes
 ^^^^^^^^^^^^^^