]> git.pld-linux.org Git - packages/glibc.git/blob - 0020_all_glibc-tweak-rfc1918-lookup.patch
- upstart for nscd
[packages/glibc.git] / 0020_all_glibc-tweak-rfc1918-lookup.patch
1 http://bugs.gentoo.org/315977
2
3 diff --git a/posix/gai.conf b/posix/gai.conf
4 index 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.02922 seconds and 3 git commands to generate.