diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 15:13:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 15:13:58 +0000 |
commit | 12a928f614fc955cd581d373f8b5b8b63aa5652b (patch) | |
tree | 598e62ce9d238ec889812abb5eee72e3473ca432 | |
parent | e010bc493e9677320f313dcf4ebdb714b823d524 (diff) | |
download | glibc-12a928f614fc955cd581d373f8b5b8b63aa5652b.tar glibc-12a928f614fc955cd581d373f8b5b8b63aa5652b.tar.gz glibc-12a928f614fc955cd581d373f8b5b8b63aa5652b.tar.bz2 glibc-12a928f614fc955cd581d373f8b5b8b63aa5652b.zip |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/posix/getaddrinfo.c | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -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] diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index e6bda05439..a7e1459c9c 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.c @@ -1218,6 +1218,10 @@ static const struct prefixentry default_labels[] = 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 } } }, 0, 1 } |