diff options
author | Gert Doering <gert@greenie.muc.de> | 2010-02-28 23:04:56 +0100 |
---|---|---|
committer | Gert Doering <gert@greenie.muc.de> | 2011-04-24 17:22:41 +0200 |
commit | a04b9228744618aa81e61b151c6eb6a7a400f0c4 (patch) | |
tree | 58ab5af74fd23b1535327da54ca240c4f2112be8 /TODO.IPv6 | |
parent | drop "book ipv6" from open_tun() and tuncfg() prototypes (diff) | |
download | openvpn-a04b9228744618aa81e61b151c6eb6a7a400f0c4.tar.xz |
document recent changes and open TODOs, adapt --version info, tag release
Diffstat (limited to '')
-rw-r--r-- | TODO.IPv6 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -33,9 +33,14 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 (pool was changed, previous address still active on tun0, breakage) + * semi-fixed for NetBSD, 28.2.10, always do tun0 destroy / tun0 create + before actual ifconfig -- tunnel still lingers after OpenVPN quits + 5.) add new option "ifconfig-ipv6-push" (per-client static IPv6 assignment, -> radiusplugin, etc) + * implemented, 14.1.10 * + 6.) add new option "route-ipv6-gateway" 7.) add "full" gateway handling for IPv6 in route.c @@ -82,3 +87,8 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 new features should be #ifdef'ed (check whether this is feasible at all) + +15.) IPv6 related environment variables + + - document all of them in openvpn.8 + - make sure that all existing IPv4 stuff has IPv6 counterparts |