From c99596cba8cf583e1f97510b17b39bf40d1e8244 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 10 Dec 2016 20:23:16 +0000 Subject: [PATCH] MFH (r296659): the IPv6 address of the L root changed earlier this year git-svn-id: svn://svn.freebsd.org/base/stable/10@309829 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/unbound/iterator/iter_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/unbound/iterator/iter_hints.c b/contrib/unbound/iterator/iter_hints.c index d7f8158d1..217dfa257 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; -- 2.45.0