]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Updated L root IPv6 address.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Mar 2016 08:23:46 +0000 (08:23 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Mar 2016 08:23:46 +0000 (08:23 +0000)
git-svn-id: file:///svn/unbound/trunk@3652 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index 86408ad8902413250f31013bbbc17d8452c5ae2a..971521892b9692d6866d3eadd923f0fb0e9e7b48 100644 (file)
@@ -3,6 +3,7 @@
 
 09 March 2016: Wouter
        - Updated configure and ltmain.sh.
+       - Updated L root IPv6 address.
 
 07 March 2016: Wouter
        - Fix #747: assert in outnet_serviced_query_stop.
index d7f8158d11d7804ca031aa54d657278f72a0b628..217dfa2578ba919c34772603344fd42d2c86eec7 100644 (file)
@@ -152,7 +152,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
        if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed;
        if(!ah(dp, "J.ROOT-SERVERS.NET.", "2001:503:c27::2:30")) goto failed;
        if(!ah(dp, "K.ROOT-SERVERS.NET.", "2001:7fd::1")) goto failed;
-       if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:3::42")) goto failed;
+       if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:9f::42")) goto failed;
        if(!ah(dp, "M.ROOT-SERVERS.NET.", "2001:dc3::35")) goto failed;
       }
        return dp;