aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2016-03-11 14:57:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2016-03-11 14:57:40 +0000
commita2d0006e29af242004e9358ec92d819ada149d59 (patch)
tree13e32a6f4db0e86060aea4184f41ee946709e81e /contrib
parent79dfd995a3bbed5c41f49402a7aa8fd5dfa131b6 (diff)
parent21d2013cbd382bc99b9c1a31146ec76a2792b92c (diff)
downloadsrc-a2d0006e29af242004e9358ec92d819ada149d59.tar.gz
src-a2d0006e29af242004e9358ec92d819ada149d59.zip
Apply upstream r3651: the IPv6 address of the L root has changed.
Notes
Notes: svn path=/head/; revision=296659
Diffstat (limited to 'contrib')
-rw-r--r--contrib/unbound/iterator/iter_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/iterator/iter_hints.c b/contrib/unbound/iterator/iter_hints.c
index d7f8158d11d7..217dfa2578ba 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;