From b73f9135aa16b8d95963fdc6fdc3357854478acc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 19 Nov 2007 17:31:04 +0000 Subject: [PATCH] * posix/gai.conf: Update for current default tables. 2007-11-19 Ulrich Drepper --- ChangeLog | 4 ++++ posix/gai.conf | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 223bf57..3167aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-19 Ulrich Drepper + * posix/gai.conf: Update for current default tables. + +2007-11-19 Ulrich Drepper + * po/tr.po: Update from translation team. 2007-11-18 Roland McGrath diff --git a/posix/gai.conf b/posix/gai.conf index 0e334ac..fe5774b 100644 --- a/posix/gai.conf +++ b/posix/gai.conf @@ -19,13 +19,14 @@ # Add another rule to the RFC 3484 label table. See section 2.1 in # RFC 3484. The default is: # -#label ::1/128 0 -#label ::/0 1 -#label 2002::/16 2 -#label ::/96 3 -#label ::ffff:0:0/96 4 -#label fec0::/10 5 -#label fc00::/7 6 +#label ::1/128 0 +#label ::/0 1 +#label 2002::/16 2 +#label ::/96 3 +#label ::ffff:0:0/96 4 +#label fec0::/10 5 +#label fc00::/7 6 +#label 2001:0::/32 7 # # This default differs from the tables given in RFC 3484 by handling # (now obsolete) site-local IPv6 addresses and Unique Local Addresses. @@ -35,10 +36,11 @@ # site-local IPv4 and IPv6 addresses a lookup for a global address would # see the IPv6 be preferred. The result is a long delay because the # site-local IPv6 addresses cannot be used while the IPv4 address is -# (at least for the foreseeable future) NATed. +# (at least for the foreseeable future) NATed. We also treat Teredo +# tunnels special. # # precedence -# Add another rule the to RFC 3484 precedence table. See section 2.1 +# Add another rule to the RFC 3484 precedence table. See section 2.1 # and 10.3 in RFC 3484. The default is: # #precedence ::1/128 50 -- 2.7.4