From e5db082886b36f30d9780439249c656ad0738605 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 10 Jul 2025 16:03:17 +0200 Subject: [PATCH] dnsdist: Fix a typo in the upgrade guide Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/upgrade_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 941850016c..6c336b1f1a 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -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 a 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 -------------- -- 2.47.2