mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
Teredo tunnels.
This commit is contained in:
parent
b73f9135aa
commit
f4a7976578
@ -1,5 +1,7 @@
|
|||||||
2007-11-19 Ulrich Drepper <drepper@redhat.com>
|
2007-11-19 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
|
||||||
|
Teredo tunnels.
|
||||||
* posix/gai.conf: Update for current default tables.
|
* posix/gai.conf: Update for current default tables.
|
||||||
|
|
||||||
2007-11-19 Ulrich Drepper <drepper@redhat.com>
|
2007-11-19 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
@ -1104,6 +1104,7 @@ static const struct prefixentry default_labels[] =
|
|||||||
= { .u6_addr8 = { 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
= { .u6_addr8 = { 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
||||||
7, 6 },
|
7, 6 },
|
||||||
|
/* Additional rule for Teredo tunnels. */
|
||||||
{ { .in6_u
|
{ { .in6_u
|
||||||
= { .u6_addr8 = { 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
= { .u6_addr8 = { 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
||||||
|
Loading…
Reference in New Issue
Block a user