From 97530e74e0ab3338ebb5cea506ab606827f4274c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 17 Jun 2022 10:14:49 +0200 Subject: [PATCH] Deduplicate send-cookie definition in the ARM (cherry picked from commit 7937c4bc9c1b3809091202180bb4cc82480701e1) --- doc/arm/reference.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 9e8874b98f..6c11609331 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -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 @@ -5252,19 +5255,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: