diff options
author | Gert Doering <gert@greenie.muc.de> | 2010-08-08 12:34:00 +0200 |
---|---|---|
committer | Gert Doering <gert@greenie.muc.de> | 2011-04-24 17:22:43 +0200 |
commit | ada9769e32da0152c61ef76fefe403444d61af43 (patch) | |
tree | 1cf22ff58f4b70684ddd8cae1cd4bf445354427b /ChangeLog.IPv6 | |
parent | revert unconditionally-enabling of setenv_es() logging (too noisy) (diff) | |
download | openvpn-ada9769e32da0152c61ef76fefe403444d61af43.tar.xz |
implement IPv6 ifconfig + route setup/deletion on OpenBSD
destroy tunX interface on tun_close()
tested on OpenBSD 4.7
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.IPv6 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.IPv6 b/ChangeLog.IPv6 index 6fcfaa4..4275389 100644 --- a/ChangeLog.IPv6 +++ b/ChangeLog.IPv6 @@ -315,3 +315,21 @@ Sun Mar 7 19:17:33 CET 2010 is older than 9.7, log warning and disable IPv6 (won't work anyway). * release as patch 20100307-1 + +Sat Jul 10 14:37:52 CEST 2010 + + * TEST SUCCESS: point-to-point tun mode with --ifconfig-ipv6 between + Solaris10/sparc and Linux (Michal Ludvig) + (using the whiteboard tun driver on Solaris, otherwise "no IPv6") + +Sun Aug 8 12:30:44 CEST 2010 + + * route.c: split NetBSD and OpenBSD parts of add_route_ipv6() and + delete_route_ipv6(), implement OpenBSD variant + (needs "-prefixlen nn" while NetBSD uses "/nn") + + * tun.c: implement IPv6 ifconfig for OpenBSD + + * tun.c: destroy tunX interface at tun_close() on OpenBSD (cleanup) + + * TEST SUCCESS: OpenBSD 4.7: client-tun/net30, v4+v6 |