Fixed IPv6 link local unicast CIDR and added IPv6 loopback to private address space.

This commit is contained in:
Seth Hall 2012-04-27 01:24:41 -04:00
parent c561a44326
commit 8f91ecee71

View file

@ -13,7 +13,8 @@ export {
172.16.0.0/12, 172.16.0.0/12,
100.64.0.0/10, # RFC6598 Carrier Grade NAT 100.64.0.0/10, # RFC6598 Carrier Grade NAT
127.0.0.0/8, 127.0.0.0/8,
[fe80::]/16, [fe80::]/10,
[::1]/128,
} &redef; } &redef;
## Networks that are considered "local". ## Networks that are considered "local".