Re: [Openvpn-devel] IPv6 Support

2009-02-02 Thread Marcel Pennewiß
On Thursday 13 November 2008 01:23:46 Marcel Pennewiß wrote: > Hi, Hi again, > a long time ago Juanjo Ciarlante wrote a patch for openvpn to create a > tunnel via ipv6 [1]. Later i fixed the patch to work with openvpn-2.0 and > 2.1 which i use on OpenWRT and Gentoo. Roy (from Gentoo) wrote about

Re: [Openvpn-devel] OVPN patching process RE: [PATCH] Fix non-C89 comments

2009-02-02 Thread James Yonan
David, A couple issues with the patch: * sscanf usage doesn't check for buffer overflow. * You use gw_if_name in some places and gw_ifname in other places. To eliminate confusion it would be best to use a consistent form. Also, to reiterate, try submitting the patch as an attachment to

Re: [Openvpn-devel] [PATCH] Fix for "Cannot read current default gateway" problem on Linux

2009-02-02 Thread Alon Bar-Lev
On Monday 02 February 2009 11:49:50 David Balazic wrote: > diff -u openvpn_trunk/route.c openvpn_patched/route.c > --- openvpn_trunk/route.c 2009-01-29 15:00:04.525034400 +0100 > +++ openvpn_patched/route.c 2009-01-29 15:03:41.116012000 +0100 > @@ -45,7 +45,7 @@ > > static void add_route

Re: [Openvpn-devel] [PATCH] Fix for "Cannot read current default gateway" problem on Linux

2009-02-02 Thread David Balazic
diff -u openvpn_trunk/route.c openvpn_patched/route.c --- openvpn_trunk/route.c 2009-01-29 15:00:04.525034400 +0100 +++ openvpn_patched/route.c 2009-01-29 15:03:41.116012000 +0100 @@ -45,7 +45,7 @@ static void add_route (struct route *r, const struct tuntap *tt, unsigned int flags,