diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-19 17:31:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-19 17:31:40 +0000 |
commit | f4a797657875d920157b0a2fe087a60b6d7c8e0d (patch) | |
tree | 0745a3113e41e838d6a77bfafb7783bf59196ea8 /sysdeps | |
parent | b73f9135aa16b8d95963fdc6fdc3357854478acc (diff) | |
download | glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.gz glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.tar.bz2 glibc-f4a797657875d920157b0a2fe087a60b6d7c8e0d.zip |
* sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
Teredo tunnels.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/posix/getaddrinfo.c | 1 |
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 } } }, |