about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-19 17:31:40 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-19 17:31:40 +0000
commitf4a797657875d920157b0a2fe087a60b6d7c8e0d (patch)
tree0745a3113e41e838d6a77bfafb7783bf59196ea8
parentb73f9135aa16b8d95963fdc6fdc3357854478acc (diff)
downloadglibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.gz
glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.xz
glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.zip
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
	Teredo tunnels.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/posix/getaddrinfo.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3167aacb65..6f86b377ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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.
 
 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
index 3937394d01..8a87af8a68 100644
--- a/sysdeps/posix/getaddrinfo.c
+++ b/sysdeps/posix/getaddrinfo.c
@@ -1104,6 +1104,7 @@ 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 },
+    /* Additional rule for Teredo tunnels.  */
     { { .in6_u
 	= { .u6_addr8 = { 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 			  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } },