]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the upgrade guide
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Jul 2025 14:03:17 +0000 (16:03 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Jul 2025 08:08:10 +0000 (10:08 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit e5db082886b36f30d9780439249c656ad0738605)

pdns/dnsdistdist/docs/upgrade_guide.rst

index a50090ecd45b5aec3cd9f452fc6be6f649187316..967ee65e7bd4ed514b035f5265e864713ad82930 100644 (file)
@@ -4,7 +4,7 @@ Upgrade Guide
 2.0.x to 2.1.0
 --------------
 
-Since 2.1.0, ``rcode``s in the ``YAML`` configuration can be specified either by their case-insensitive names (e.g. ``refused``), or by their numerical values (e.g. ``"5"``). Unfortunately in some contexts (:func:`RCodeRule`, :func:`ERCodeRule`, :func:`RCodeAction` and :func:`ERCodeAction`) this has the side-effect that a numerical value (``5``) is no longer accepted and has to be converted to a string (``"5"``).
+Since 2.1.0, ``rcode``s in the ``YAML`` configuration can be specified either by their case-insensitive names (e.g. ``refused``), or by their numerical values (e.g. ``"5"``). Unfortunately in some contexts (:func:`RCodeRule`, :func:`ERCodeRule`, :func:`RCodeAction` and :func:`ERCodeAction`) this has the side-effect that a numerical value (``5``) is no longer accepted and has to be converted to a string (``"5"``).
 
 1.9.x to 2.0.0
 --------------