summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-16 13:01:26 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-16 13:01:26 +0200
commite9fca01cecd8376ce0dc22655b0d3356bfc86580 (patch)
treeb6ec4b4217466c54e9526c093c675ce96ab7f1bc
parentce28d2d0ed0e3488378b309611f1826e6191d708 (diff)
downloadNPTv6-e9fca01cecd8376ce0dc22655b0d3356bfc86580.tar
NPTv6-e9fca01cecd8376ce0dc22655b0d3356bfc86580.zip
doc
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@50 3484d885-4da6-438d-b19d-107d078dd756
-rw-r--r--README.dbk2
-rw-r--r--TODO15
2 files changed, 16 insertions, 1 deletions
diff --git a/README.dbk b/README.dbk
index 8f1434b..f07753f 100644
--- a/README.dbk
+++ b/README.dbk
@@ -311,7 +311,7 @@ ip6tables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-
<para>If you already deployed ULA addresses in your network, you may be
interested in a solution that runs on my Freifunk router. The router
uses the IPv6 prefix that is reserved for documentation purposes on it's
- LAN interface. WIthin the OLSR-based mesh network, any interface uses an
+ LAN interface. Within the OLSR-based mesh network, any interface uses an
fdca:ffee:babe::/64 prefix. The following internal mapping is configured
for this:</para>
diff --git a/TODO b/TODO
index 0626c3c..b26d071 100644
--- a/TODO
+++ b/TODO
@@ -36,3 +36,18 @@ while (c != NEXTHDR_NONE && ip6t_ext_hdr(currenthdr)) {
c = hp->nexthdr;
ptr += hdrlen;
}
+
+gai.conf ip ranges:
+::1/128 0 (localhost)
+::/0 1 (?all IPv6, including global unicast?)
+2002::/16 2 (6to4)
+::/96 3 (ipv4 compat, deprecated)
+::ffff:0:0/96 4 (ipv4 mapped)
+fec0::/10 5 (ubuntu, site local unicast, deprecated)
+fc00::/7 6 (ubuntu, unique local unicast)
+2001:0::/32 7 (ubuntu, teredo)
+
+2000::/3 (global unicast)
+2001::/16 (for ISPs)
+2001:db8::/32 (doku)
+3ffe::/16 (6bone)