Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
21d2013c
Commit
21d2013c
authored
Mar 11, 2016
by
Dag-Erling Smørgrav
Browse files
Apply upstream r3651: the IPv6 address of the L root has changed.
parent
5bcd892e
Changes
1
Hide whitespace changes
Inline
Side-by-side
iterator/iter_hints.c
View file @
21d2013c
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment