diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-18 16:58:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-18 16:58:36 +0000 |
commit | 6e2a7825284e41f2336b0cb5a98609ff486e85fa (patch) | |
tree | 8084e65d95ff9acac81496574d841ae8c5d5011c /ChangeLog | |
parent | 758b9d7efe599e3de3472593b6f8f03cfc29ea92 (diff) | |
download | glibc-6e2a7825284e41f2336b0cb5a98609ff486e85fa.tar glibc-6e2a7825284e41f2336b0cb5a98609ff486e85fa.tar.gz glibc-6e2a7825284e41f2336b0cb5a98609ff486e85fa.tar.bz2 glibc-6e2a7825284e41f2336b0cb5a98609ff486e85fa.zip |
* sysdeps/posix/getaddrinfo.c: Add unique labels to the default
RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
and ULA respectively). Set precedence for IPv4 address to 10 as
defined in RFC3484 for preferring IPv6.
* posix/gai.conf: Update to match the new default tables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-05-18 David Woodhouse <dwmw2@infradead.org> + + * sysdeps/posix/getaddrinfo.c: Add unique labels to the default + RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local + and ULA respectively). Set precedence for IPv4 address to 10 as + defined in RFC3484 for preferring IPv6. + * posix/gai.conf: Update to match the new default tables. + 2006-05-18 Jakub Jelinek <jakub@redhat.com> * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent |