diff options
author | des <des@FreeBSD.org> | 2016-03-11 14:57:40 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-03-11 14:57:40 +0000 |
commit | 2a21f7140fd159560fc3e43ecb18ac261bd7b886 (patch) | |
tree | 13e32a6f4db0e86060aea4184f41ee946709e81e /contrib/unbound/iterator/iter_hints.c | |
parent | 3c7ee78e6c1fb9705ae5ca97293daf3da09d4e19 (diff) | |
download | FreeBSD-src-2a21f7140fd159560fc3e43ecb18ac261bd7b886.zip FreeBSD-src-2a21f7140fd159560fc3e43ecb18ac261bd7b886.tar.gz |
Apply upstream r3651: the IPv6 address of the L root has changed.
Diffstat (limited to 'contrib/unbound/iterator/iter_hints.c')
-rw-r--r-- | contrib/unbound/iterator/iter_hints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/iterator/iter_hints.c b/contrib/unbound/iterator/iter_hints.c index d7f8158..217dfa2 100644 --- a/contrib/unbound/iterator/iter_hints.c +++ b/contrib/unbound/iterator/iter_hints.c @@ -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; |