From: Wouter Wijngaards Date: Fri, 24 Sep 2010 07:04:37 +0000 (+0000) Subject: - bug#329: in example.conf show correct ipv4 link-local 169.254/16. X-Git-Tag: release-1.4.7rc1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f44640fa7c726174c4b44da86df99a87b219cea;p=thirdparty%2Funbound.git - bug#329: in example.conf show correct ipv4 link-local 169.254/16. git-svn-id: file:///svn/unbound/trunk@2244 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index fb754462e..e9e36da17 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +24 September 2010: Wouter + - bug#329: in example.conf show correct ipv4 link-local 169.254/16. + 23 September 2010: Wouter - unbound-anchor app, unbound requires libexpat (xml parser library). diff --git a/doc/example.conf.in b/doc/example.conf.in index 1e3af9504..e5cafbd6e 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -271,7 +271,7 @@ server: # private-address: 10.0.0.0/8 # private-address: 172.16.0.0/12 # private-address: 192.168.0.0/16 - # private-address: 192.254.0.0/16 + # private-address: 169.254.0.0/16 # private-address: fd00::/8 # private-address: fe80::/10 diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 49eeb7cbe..671ce3dac 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -488,7 +488,7 @@ that you configured is allowed to, and you can specify additional names using \fBprivate\-domain\fR. No private addresses are enabled by default. We consider to enable this for the RFC1918 private IP address space by default in later releases. That would enable private -addresses for 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 192.254.0.0/16 +addresses for 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 169.254.0.0/16 fd00::/8 and fe80::/10, since the RFC standards say these addresses should not be visible on the public internet. Turning on 127.0.0.0/8 would hinder many spamblocklists as they use that. diff --git a/testdata/iter_privaddr.rpl b/testdata/iter_privaddr.rpl index 065177562..63fa5331b 100644 --- a/testdata/iter_privaddr.rpl +++ b/testdata/iter_privaddr.rpl @@ -5,7 +5,7 @@ server: private-address: 10.0.0.0/8 private-address: 172.16.0.0/12 private-address: 192.168.0.0/16 - private-address: 192.254.0.0/16 + private-address: 169.254.0.0/16 private-address: fd00::/8 private-address: fe80::/10