]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2007-04-28 Ulrich Drepper <drepper@redhat.com>
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:13:58 +0000 (15:13 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:13:58 +0000 (15:13 +0000)
[BZ #4102]
* sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
label to Teredo tunnel addresses 2001://32.

ChangeLog
sysdeps/posix/getaddrinfo.c

index 8ae7d29660bd3212eb47c9e4408ab623d8803253..aa27b270066cd35b2c1944ed07ed951ef215d0fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index e6bda05439120ea3391cbfc42de83a227f807f86..a7e1459c9ca2809e21656dbf8a3ad0b2811c1c58 100644 (file)
@@ -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 } } },