Re: [Openvpn-devel] MSVC build tests on Git "master"

2012-04-17 Thread Samuli Seppänen
Hi Alon, > >> This allowed the build to proceed, but then I got tons of errors. Those >> seem to be caused by Visual Studio 2010 peculiarities; see [4] for a >> partial log. The full error log is 1396k in size - If you need it just >> let me know. > I don't quite understand who you tried to build t

Re: [Openvpn-devel] Build tests using "generic" buildsystem and Git "master"!

2012-04-17 Thread Samuli Seppänen
> 2012/4/13 Samuli Seppänen : >> Hi all, >> >> I also ran some build tests with the "generic" buildsystem[1], OpenVPN >> Git "master"[2] and an Ubuntu 11.10 amd64 workstation. As the Git >> "master" does not yet seem to include the "generic" buildsystem, > I don't understand what you mean... pleas

Re: [Openvpn-devel] ACK system review finished

2012-04-17 Thread Samuli Seppänen
Hi Alon, > > Current active developers are interested in specific features which > are never complete. > > For example Gert cares about the IPv6 implementation, but did not take > all the routing and tun handling on him self as a whole. > > Adriaan added the PolarSSL support, but did not take all t

Re: [Openvpn-devel] MSVC build tests on Git "master"

2012-04-17 Thread Alon Bar-Lev
2012/4/17 Samuli Seppänen > > Hi Alon, > > > >> This allowed the build to proceed, but then I got tons of errors. Those > >> seem to be caused by Visual Studio 2010 peculiarities; see [4] for a > >> partial log. The full error log is 1396k in size - If you need it just > >> let me know. > > I don'

Re: [Openvpn-devel] Build tests using "generic" buildsystem and Git "master"!

2012-04-17 Thread Alon Bar-Lev
2012/4/17 Samuli Seppänen : > >> 2012/4/13 Samuli Seppänen : >>> Hi all, >>> >>> I also ran some build tests with the "generic" buildsystem[1], OpenVPN >>> Git "master"[2] and an Ubuntu 11.10 amd64 workstation. As the Git >>> "master" does not yet seem to include the "generic" buildsystem, >> I don

Re: [Openvpn-devel] MSVC build tests on Git "master"

2012-04-17 Thread Alon Bar-Lev
2012/4/17 Alon Bar-Lev : > 2012/4/17 Samuli Seppänen >> >> Hi Alon, >> > >> >> This allowed the build to proceed, but then I got tons of errors. Those >> >> seem to be caused by Visual Studio 2010 peculiarities; see [4] for a >> >> partial log. The full error log is 1396k in size - If you need it

Re: [Openvpn-devel] ACK system review finished

2012-04-17 Thread Alon Bar-Lev
2012/4/17 Samuli Seppänen > > Hi Alon, > > > > Current active developers are interested in specific features which > > are never complete. > > > > For example Gert cares about the IPv6 implementation, but did not take > > all the routing and tun handling on him self as a whole. > > > > Adriaan add

[Openvpn-devel] adding ipv6 routes wrong for tap

2012-04-17 Thread Sergey Matveychuk
Hi. I see openvpn adds ipv6 routes always for interface not addresses. I think it should be like in add_route(): something like is_on_link() to determ if interface should be added or address.

Re: [Openvpn-devel] adding ipv6 routes wrong for tap

2012-04-17 Thread Gert Doering
Hi, On Tue, Apr 17, 2012 at 05:13:19PM +0400, Sergey Matveychuk wrote: > I see openvpn adds ipv6 routes always for interface not addresses. I > think it should be like in add_route(): something like is_on_link() to > determ if interface should be added or address. IPv6 routes on TAP doesn't wor

[Openvpn-devel] [PATCH] standalone management loop hangs forever during non blocking TCP connect

2012-04-17 Thread steve
I caught a bug which seems to occur when a nonblocking connect() is interrupted by a connection to the management port which causes the standalone management event loop to be called via openvpn_sleep(). When polling the management port for connection status at an interval of less than a second the

Re: [Openvpn-devel] adding ipv6 routes wrong for tap

2012-04-17 Thread Sergey Matveychuk
17.04.2012 18:16, Gert Doering wrote: Hi, On Tue, Apr 17, 2012 at 05:13:19PM +0400, Sergey Matveychuk wrote: I see openvpn adds ipv6 routes always for interface not addresses. I think it should be like in add_route(): something like is_on_link() to determ if interface should be added or address