mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
2007-04-28 Ulrich Drepper <drepper@redhat.com>
[BZ #4102] * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate label to Teredo tunnel addresses 2001://32.
This commit is contained in:
parent
e010bc493e
commit
12a928f614
@ -1,3 +1,9 @@
|
||||
2007-04-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #4102]
|
||||
* sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
|
||||
label to Teredo tunnel addresses 2001://32.
|
||||
|
||||
2007-04-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #4342]
|
||||
|
@ -1217,6 +1217,10 @@ static const struct prefixentry default_labels[] =
|
||||
= { .u6_addr8 = { 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
||||
7, 6 },
|
||||
{ { .in6_u
|
||||
= { .u6_addr8 = { 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
||||
32, 7 },
|
||||
{ { .in6_u
|
||||
= { .u6_addr8 = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },
|
||||
|
Loading…
Reference in New Issue
Block a user