]> git.pld-linux.org Git - packages/glibc.git/blame - 0020_all_glibc-tweak-rfc1918-lookup.patch
- add --enable-experimental-malloc (it is stable according to glibc devs (and will...
[packages/glibc.git] / 0020_all_glibc-tweak-rfc1918-lookup.patch
CommitLineData
b5aaf4cf
AM
1http://bugs.gentoo.org/315977
2
3diff --git a/posix/gai.conf b/posix/gai.conf
4index 195287e..efba67b 100644
5--- a/posix/gai.conf
6+++ b/posix/gai.conf
7@@ -56,9 +56,7 @@
8 #
9 # scopev4 <mask> <value>
10 # Add another rule to the RFC 3484 scope table for IPv4 addresses.
11-# By default the scope IDs described in section 3.2 in RFC 3484 are
12-# used. Changing these defaults should hardly ever be necessary.
13-# The defaults are equivalent to:
14+# The definitions in RFC 3484 are equivalent to:
15 #
16 #scopev4 ::ffff:169.254.0.0/112 2
17 #scopev4 ::ffff:127.0.0.0/104 2
18@@ -72,6 +70,6 @@
19 # have the same scope and are therefore not sorted first. To change
20 # this use only these rules:
21 #
22-#scopev4 ::ffff:169.254.0.0/112 2
23-#scopev4 ::ffff:127.0.0.0/104 2
24-#scopev4 ::ffff:0.0.0.0/96 14
25+scopev4 ::ffff:169.254.0.0/112 2
26+scopev4 ::ffff:127.0.0.0/104 2
27+scopev4 ::ffff:0.0.0.0/96 14
This page took 0.059479 seconds and 4 git commands to generate.