diff options
author | Gert Doering <gert@greenie.muc.de> | 2011-05-22 19:02:39 +0200 |
---|---|---|
committer | Gert Doering <gert@greenie.muc.de> | 2011-05-22 19:08:22 +0200 |
commit | b55e49bd69484fdd440098f9485de159251e1cce (patch) | |
tree | fad30ddc3db287ef24de8df83f5f630792893817 /options.c | |
parent | Change the netsh.exe command from "add" to "set". (diff) | |
download | openvpn-b55e49bd69484fdd440098f9485de159251e1cce.tar.xz |
Windows IPv6 cleanup - properly remove IPv6 routes and interface config
after tunnel shutdown. Needs to make delete_route_ipv6() visible from
tun.c (route.c, route.h) and to properly zero-out host bits from IPv6
"network" at interface route clearing. Further, add IPv6 routes with
"store=active" to make sure nothing lingers after a system crash while
OpenVPN was running.
While at it, small Solaris cleanup - use CLEAR() to zero-out "ifr" struct.
Tested on Windows XP SP3 and Win7 by Gert Doering and Tony Lim.
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ const char title_string[] = #ifdef ENABLE_EUREPHIA " [eurephia]" #endif - " [IPv6 payload 20110424-2 (2.2RC2)]" + " [IPv6 payload 20110522-1 (2.2.0)]" " built on " __DATE__ ; |