From c67d59cd5c30534a4108945294284f29df7a6c84 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 31 Oct 2005 03:01:17 +0000 Subject: Windows reliability changes: * Added code to make sure that the local PATH environmental variable points to the Windows system32 directory. * Added new --ip-win32 adaptive mode which tries 'dynamic' and then fails over to 'netsh' if the DHCP negotiation fails. * Made --ip-win32 adaptive the default. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@739 e7ae566f-a301-0410-adde-c780ea21d3b5 --- route.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'route.c') diff --git a/route.c b/route.c index 5bde6a6..cb21489 100644 --- a/route.c +++ b/route.c @@ -22,6 +22,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* JYFIXME WIN32 todo: add adaptive route-method */ + /* * Support routines for adding/deleting network routes. */ -- cgit v1.2.3