aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.IPv6
diff options
context:
space:
mode:
authorGert Doering2010-03-07 19:44:43 +0100
committerGert Doering2011-04-24 17:22:42 +0200
commitedc36322da4a253f52901e9a7112ddf836135c45 (patch)
tree0ba8b676049ad953b247fb07cd07bc225a21765a /ChangeLog.IPv6
parent91698ccd1010355d424e9a2a494c09fa54a82be6 (diff)
downloadopenvpn-edc36322da4a253f52901e9a7112ddf836135c45.zip
openvpn-edc36322da4a253f52901e9a7112ddf836135c45.tar.gz
tag and release as 20100307-1
Diffstat (limited to 'ChangeLog.IPv6')
-rw-r--r--ChangeLog.IPv629
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog.IPv6 b/ChangeLog.IPv6
index 3ae81d9..6fcfaa4 100644
--- a/ChangeLog.IPv6
+++ b/ChangeLog.IPv6
@@ -286,3 +286,32 @@ Sun Feb 28 17:05:57 CET 2010
* options.c: set IPv6 version to 20100228-1
* release as patch 20100228-1
+
+Sun Mar 7 19:17:33 CET 2010
+
+ * options.c: set IPv6 version to 20100307-1
+
+ * TODO.IPv6: add note about OpenBSD TODO (#16)
+
+ * route.c: set (and remove) "magic next hop" fe80::8 for IPv6 routes on
+ Win32
+
+ * install-win32/settings.in: bump TAP driver version from 9.6 to 9.7
+ and TAP_RELDATE to "07/03/2010"
+
+ * tap-win32/proto.h: add data types and definitions needed for IPv6
+
+ * tap-win32/types.h: add m_UserToTap_IPv6 ethernet header for IPv6 packets
+
+ * tap-win32/tapdrvr.c: implement support for IPv6 in TUN mode:
+ - IPv6 packets User->OS need correct ether type
+ - IPv6 packets OS->User get correctly forwarded
+ - IPv6 neighbour discovery packets for "fe80::8" (magic address
+ installed as route-nexthop by OpenVPN.exe) get answered locally
+
+ * TEST SUCCESS: WindowsXP/32bit: client-tun/net30, v4+v6
+
+ * tun.c: if IPv6 requested in TUN mode, and TUN/TAP driver version
+ is older than 9.7, log warning and disable IPv6 (won't work anyway).
+
+ * release as patch 20100307-1