]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add comment
authorMark Andrews <marka@isc.org>
Fri, 10 Jan 2003 02:37:44 +0000 (02:37 +0000)
committerMark Andrews <marka@isc.org>
Fri, 10 Jan 2003 02:37:44 +0000 (02:37 +0000)
bin/named/update.c

index d9fa1cc0f4b64eb0134630b270bea43cd8ee20d8..7ef9b9507adcf9399dacadb0fb52da463241b45d 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: update.c,v 1.103 2002/11/12 21:52:44 explorer Exp $ */
+/* $Id: update.c,v 1.104 2003/01/10 02:37:44 marka Exp $ */
 
 #include <config.h>
 
@@ -2043,6 +2043,12 @@ ns_update_start(ns_client_t *client, isc_result_t sigresult) {
                dns_zone_detach(&zone);
 }
 
+/*
+ * DS records are not allowed to exist without corresponding NS records,
+ * draft-ietf-dnsext-delegation-signer-11.txt, 2.2 Protocol Change,
+ * "DS RRsets MUST NOT appear at non-delegation points or at a zone's apex".
+ */
+
 static isc_result_t
 remove_orphaned_ds(dns_db_t *db, dns_dbversion_t *newver, dns_diff_t *diff) {
        isc_result_t result;