summaryrefslogtreecommitdiff
path: root/posix/gai.conf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-06 12:27:58 +0200
committerAndreas Schwab <schwab@redhat.com>2010-04-06 13:42:00 +0200
commit1080954fbcf54814875eb988673004d25a1655cf (patch)
tree5d261998311eab000d8966ea490942712d2f7913 /posix/gai.conf
parent32e5e786daa69be1f153f01cd428ac18634bb7bc (diff)
Assign global scope to RFC 1918 addresses
Diffstat (limited to 'posix/gai.conf')
-rw-r--r--posix/gai.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/posix/gai.conf b/posix/gai.conf
index 195287e1c8..bd40684300 100644
--- a/posix/gai.conf
+++ b/posix/gai.conf
@@ -41,7 +41,7 @@
#
# precedence <mask> <value>
# Add another rule to the RFC 3484 precedence table. See section 2.1
-# and 10.3 in RFC 3484. The default is:
+# and 10.3 in RFC 3484. The RFC requires:
#
#precedence ::1/128 50
#precedence ::/0 40
@@ -58,7 +58,7 @@
# 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 1918 are equivalent to:
#
#scopev4 ::ffff:169.254.0.0/112 2
#scopev4 ::ffff:127.0.0.0/104 2
@@ -75,3 +75,5 @@
#scopev4 ::ffff:169.254.0.0/112 2
#scopev4 ::ffff:127.0.0.0/104 2
#scopev4 ::ffff:0.0.0.0/96 14
+#
+# This is what the Red Hat setting currently uses.