]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
IPv6 service address for d.root-servers.net (2001:500:2D::D)
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sun, 12 Jun 2011 09:51:00 +0000 (09:51 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sun, 12 Jun 2011 09:51:00 +0000 (09:51 +0000)
git-svn-id: file:///svn/unbound/trunk@2426 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index 1d82ff833086f75a65b082365f151fad25a8d9ab..e22cb21fa55aabf55e35187959c25e165d92c78c 100644 (file)
@@ -1,3 +1,6 @@
+12 June 2011: Wouter
+       - IPv6 service address for d.root-servers.net (2001:500:2D::D).
+
 10 June 2011: Wouter
        - unbound-control has version number in the header,
          UBCT[version]_space_ is the header sent by the client now.
index 9dde89c70d412f5d2b7b80eecba9e8330537fda1..05dae81f0cfa8691bdea4260bd00c4a26067488c 100644 (file)
@@ -132,6 +132,7 @@ compile_time_root_prime(struct regional* r, int do_ip4, int do_ip6)
       }
       if(do_ip6) {
        if(!ah(dp, r, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) return 0;
+       if(!ah(dp, r, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) return 0;
        if(!ah(dp, r, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) return 0;
        if(!ah(dp, r, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) return 0;
        if(!ah(dp, r, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) return 0;