Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 228291 Details for
Bug 315977
sys-libs/glibc: assign global scope to RFC 1918 addresses in getaddrinfo()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Assign global scope to RFC 1918 addresses in gai.conf
gai-rfc1918-globalscope-alt2.patch (text/plain), 1.15 KB, created by
Tore Anderson
on 2010-04-18 16:14:01 UTC
(
hide
)
Description:
Assign global scope to RFC 1918 addresses in gai.conf
Filename:
MIME Type:
Creator:
Tore Anderson
Created:
2010-04-18 16:14:01 UTC
Size:
1.15 KB
patch
obsolete
>diff --git a/posix/gai.conf b/posix/gai.conf >index 195287e..efba67b 100644 >--- a/posix/gai.conf >+++ b/posix/gai.conf >@@ -56,9 +56,7 @@ > # > # scopev4 <mask> <value> > # Add another rule to the RFC 3484 scope table for IPv4 addresses. >-# By default the scope IDs described in section 3.2 in RFC 3484 are >-# used. Changing these defaults should hardly ever be necessary. >-# The defaults are equivalent to: >+# The definitions in RFC 3484 are equivalent to: > # > #scopev4 ::ffff:169.254.0.0/112 2 > #scopev4 ::ffff:127.0.0.0/104 2 >@@ -69,9 +67,9 @@ > # > # For sites which use site-local IPv4 addresses behind NAT there is > # the problem that even if IPv4 addresses are preferred they do not >-# have the same scope and are therefore not sorted first. To change >-# this use only these rules: >+# have the same scope and are therefore not sorted first. Therefore, >+# the following settings are used by default on this system: > # >-#scopev4 ::ffff:169.254.0.0/112 2 >-#scopev4 ::ffff:127.0.0.0/104 2 >-#scopev4 ::ffff:0.0.0.0/96 14 >+scopev4 ::ffff:169.254.0.0/112 2 >+scopev4 ::ffff:127.0.0.0/104 2 >+scopev4 ::ffff:0.0.0.0/96 14
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 315977
:
228287
| 228291