|
From: <ope...@li...> - 2011-05-23 10:17:52
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 8a606673bdd4251c0db876e36e92751907816bb4 (commit)
via b55e49bd69484fdd440098f9485de159251e1cce (commit)
via 39990a2b83308baf1372bbc8846136036a55cf50 (commit)
from 555fc5e34a9b1aca4bfa435023fe1aa336557ec7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a606673bdd4251c0db876e36e92751907816bb4
Merge: 555fc5e34a9b1aca4bfa435023fe1aa336557ec7 b55e49bd69484fdd440098f9485de159251e1cce
Author: David Sommerseth <da...@re...>
Date: Mon May 23 12:16:49 2011 +0200
Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3'
Conflicts:
options.c
- version string for IPv6 payload changed
Signed-off-by: David Sommerseth <da...@re...>
commit b55e49bd69484fdd440098f9485de159251e1cce
Author: Gert Doering <ge...@gr...>
Date: Sun May 22 19:02:39 2011 +0200
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 <ge...@gr...>
commit 39990a2b83308baf1372bbc8846136036a55cf50
Author: smos <set...@dd...>
Date: Tue May 10 10:01:48 2011 +0200
Change the netsh.exe command from "add" to "set".
This prevents the netsh.exe command from exiting with a status 1
when the address already exists. By adding store=active the address
will not survive a reboot and be assigned temporarily.
Tested on Windows 7 and Windows XP SP 2.
Signed-off-by: smos <set...@dd...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: Gert Doering <ge...@gr...>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.IPv6 | 46 ++++++++++++++++++++++++++++++++++++++++++++++
options.c | 2 +-
route.c | 52 +++++++++++++++++++++++++++++++---------------------
route.h | 1 +
tun.c | 34 ++++++++++++++++++++++++++++++----
5 files changed, 109 insertions(+), 26 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|