]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Deduplicate send-cookie definition in the ARM
authorPetr Špaček <pspacek@isc.org>
Fri, 17 Jun 2022 08:14:49 +0000 (10:14 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 24 Jun 2022 06:14:31 +0000 (08:14 +0200)
doc/arm/reference.rst

index 536203ca800fd09cdedfc754888b4357ef136563..d7211d3c8ed0b5b4d0fe9bf50a6fe276a04dfba0 100644 (file)
@@ -2150,6 +2150,9 @@ Boolean Options
    option may be limited to receiving smaller responses via the
    ``nocookie-udp-size`` option.
 
+   The :iscman:`named` server may determine that COOKIE is not supported by the
+   remote server and not add a COOKIE EDNS option to requests.
+
    The default is ``yes``.
 
 .. namedconf:statement:: stale-answer-enable
@@ -5244,19 +5247,12 @@ any top-level ``server`` statements are used as defaults.
    an NSID EDNS option to requests sent to the server. This overrides
    ``request-nsid`` set at the view or option level.
 
-.. namedconf:statement:: send-cookie
-
-   The ``send-cookie`` clause determines whether the local server adds
-   a COOKIE EDNS option to requests sent to the server. This overrides
-   ``send-cookie`` set at the view or option level. The :iscman:`named` server
-   may determine that COOKIE is not supported by the remote server and not
-   add a COOKIE EDNS option to requests.
-
 It is possible to override the following values defined in :namedconf:ref:`view`
 and :namedconf:ref:`options` blocks:
 
    - :namedconf:ref:`edns-udp-size`
    - :namedconf:ref:`max-udp-size`
+   - :namedconf:ref:`send-cookie`
 
 
 .. _statschannels: