]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add link to RFC8749 (DLV is historic)
authorPetr Špaček <pspacek@isc.org>
Wed, 9 Feb 2022 15:25:55 +0000 (16:25 +0100)
committerPetr Špaček <pspacek@isc.org>
Mon, 14 Feb 2022 11:20:39 +0000 (12:20 +0100)
(cherry picked from commit f7225db8223ec9f5bb8fc6f9c08e8d7e533887ee)

doc/arm/general.rst
doc/misc/rfc-compliance

index 7d1e509663e22fbed810bbe234ef67fc0aa33309..5dd28c9c3ede012f5f2dcf457d4aa8060cfb59c6 100644 (file)
@@ -392,7 +392,7 @@ Historic RFCs
 Aggregation and Renumbering.* July 2000. [#rfc2874]_
 
 :rfc:`4431` - M. Andrews and S. Weiler. *The DNSSEC Lookaside Validation
-(DLV) DNS Resource Record.* February 2006.
+(DLV) DNS Resource Record.* February 2006. [#rfc4431]_
 
 RFCs of Type "Unknown"
 ----------------------
@@ -417,6 +417,9 @@ Notes
 .. [#rfc2874] Compliance is with loading and serving of A6 records only.
    A6 records were moved to the experimental category by :rfc:`3363`.
 
+.. [#rfc4431] Compliance is with loading and serving of DLV records only.
+   DLV records were moved to the historic category by :rfc:`8749`.
+
 .. [#rfc4470] Minimally Covering NSEC records are accepted but not generated.
 
 .. [#rfc4955] BIND 9 interoperates with correctly designed experiments.
index 3c49e2db086bf6a0c72e1a95d039b8230925b205..d10f3225070baead459bf066011cde46ecc87c7b 100644 (file)
@@ -64,7 +64,7 @@ or Best Current Practice (BCP) documents.  The list is non exhaustive.
   RFC4343
   RFC4398
   RFC4408
-  RFC4431
+  RFC4431 [22]
   RFC4470 [9]
   RFC4509
   RFC4592
@@ -161,3 +161,6 @@ to the experimental category by RFC3363.
 [19] RSAMD5 support has been removed. See RFC 6944.
 
 [20] Updating of parent zones is not yet implemented.
+
+[22] Compliance is with loading and serving of DLV records only.
+DLV records were moved to the historic category by RFC 8749.