]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] d.root-servers.net AAAA
authorEvan Hunt <each@isc.org>
Sat, 27 Apr 2013 23:43:35 +0000 (16:43 -0700)
committerEvan Hunt <each@isc.org>
Sat, 27 Apr 2013 23:43:35 +0000 (16:43 -0700)
3556. [maint] Added AAAA for D.ROOT-SERVERS.NET.
(cherry picked from commit 73ad83bcf0664c2774bec67d688a590e992d4629)

CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index 4b49732b1a58b9001ee9783832f8250d2d0e0c23..589d1e3cb2213248d893124f98cfbe2877311982 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3556.  [maint]         Added AAAA for D.ROOT-SERVERS.NET.
+
 3555.  [bug]           Address theoretical race conditions in acache.c
                        (change #3553 was incomplete). [RT #33252]
 
index ea2c18214023335c65069ff57fb6a88040f4da75..2a83e57e666b2990822815fd6908ec08059a7737 100644 (file)
@@ -64,6 +64,7 @@ static char root_ns[] =
 "B.ROOT-SERVERS.NET.     3600000 IN      A       192.228.79.201\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      A       192.33.4.12\n"
 "D.ROOT-SERVERS.NET.     3600000 IN      A       199.7.91.13\n"
+"D.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2d::d\n"
 "E.ROOT-SERVERS.NET.     3600000 IN      A       192.203.230.10\n"
 "F.ROOT-SERVERS.NET.     3600000 IN      A       192.5.5.241\n"
 "F.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2F::F\n"