Re: [Openvpn-devel] [PATCH] Conditionalize calls to print_default_gateway on !ENABLE_SMALL

2014-04-29 Thread Steffan Karger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 ACK. - -Steffan On 29-04-14 23:09, Gert Doering wrote: > Calls to print_default_gateway() depended on #ifdef ENABLE_DEBUG, > but the actual function wasn't compiled in #ifdef ENABLE_SMALL, so > the combination "configure --enable-small --enable-deb

[Openvpn-devel] [PATCH] Conditionalize calls to print_default_gateway on !ENABLE_SMALL

2014-04-29 Thread Gert Doering
Calls to print_default_gateway() depended on #ifdef ENABLE_DEBUG, but the actual function wasn't compiled in #ifdef ENABLE_SMALL, so the combination "configure --enable-small --enable-debug" didn't work. Fix. Fix trac #397 Signed-off-by: Gert Doering --- src/openvpn/options.c | 2 +- src/openvp

[Openvpn-devel] [PATCH applied] Re: Fix is_ipv6 in case of tap interface.

2014-04-29 Thread Gert Doering
ACK. Sorry for the long delay. Tested against reference tap server with "--mssfix 1000", verified with tcpdump without/with the patch and IPv4 and IPv6 TCP SYNs. Your patch has been applied to the master and release/2.3 branches. commit db037c20086587a609ef33127c15de080270f2cb (master) commi

[Openvpn-devel] Help with testing OpenVPN 2.3.3 installers with tap-windows6?

2014-04-29 Thread Samuli Seppänen
Hi all, I built OpenVPN 2.3.3 installers that contain tap-windows6 (NDIS 6) drivers: Note the build number, "605", where the first digit ("6") means "comes with an NDIS 6 driver". I tested the 64-bit version on Win7 64-bit and it seemed to work ok