about summary refs log tree commit diff
path: root/sysdeps/posix
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 /sysdeps/posix
parentb73f9135aa16b8d95963fdc6fdc3357854478acc (diff)
downloadglibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.gz
glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.xz
glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.zip
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
	Teredo tunnels.
Diffstat (limited to 'sysdeps/posix')
-rw-r--r--sysdeps/posix/getaddrinfo.c1
1 files changed, 1 insertions, 0 deletions
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 } } },