From f7225db8223ec9f5bb8fc6f9c08e8d7e533887ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Wed, 9 Feb 2022 16:25:55 +0100 Subject: [PATCH] Add link to RFC8749 (DLV is historic) --- doc/arm/general.rst | 5 ++++- doc/misc/rfc-compliance | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/arm/general.rst b/doc/arm/general.rst index 0ce4b0d80a..0532308186 100644 --- a/doc/arm/general.rst +++ b/doc/arm/general.rst @@ -398,7 +398,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" ---------------------- @@ -423,6 +423,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. diff --git a/doc/misc/rfc-compliance b/doc/misc/rfc-compliance index 6e83bed650..7eac0e5c8c 100644 --- a/doc/misc/rfc-compliance +++ b/doc/misc/rfc-compliance @@ -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 @@ -165,3 +165,6 @@ to the experimental category by RFC3363. [20] Updating of parent zones is not yet implemented. [21] RFC 7050 is updated by RFC 8880 + +[22] Compliance is with loading and serving of DLV records only. +DLV records were moved to the historic category by RFC 8749.