]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document NS queries are excempt from minimal-responses
authorMatthijs Mekking <matthijs@isc.org>
Fri, 11 Nov 2022 09:23:04 +0000 (10:23 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 7 Dec 2022 11:10:06 +0000 (12:10 +0100)
Also document that DNSKEY, DS, CDNSKEY, and CDS never do additional
section processing.

(cherry picked from commit f7b477f6ea419d805f13a0187e26b17581dc572d)

doc/arm/reference.rst

index 493ce637b6942380f8a0ccc2942a185c67c16737..727e9084823a32a019c881a33816a6511c52a032 100644 (file)
@@ -1729,11 +1729,16 @@ Boolean Options
 ``minimal-responses``
    This option controls the addition of records to the authority and
    additional sections of responses. Such records may be included in
-   responses to be helpful to clients; for example, NS or MX records may
+   responses to be helpful to clients; for example, MX records may
    have associated address records included in the additional section,
    obviating the need for a separate address lookup. However, adding
    these records to responses is not mandatory and requires additional
    database lookups, causing extra latency when marshalling responses.
+
+   Responses to DNSKEY, DS, CDNSKEY, and CDS requests will never have
+   optional additional records added. Responses to NS requests will
+   always have additional section processing.
+
    ``minimal-responses`` takes one of four values:
 
    -  ``no``: the server is as complete as possible when generating