Re: [Openvpn-devel] Adding "protocol static" to Linux routes?

2016-06-20 Thread Gert Doering
Hi, On Sun, Jun 19, 2016 at 09:45:38PM +0200, Samuel Thibault wrote: > Here we used two openvpn servers for resiliency, and we use the bird > bgp daemon to make the two boxes exchange routes. Bird however does not > pick up openvpn's routes because they are considered as "protocol boot" > in Linux

Re: [Openvpn-devel] Adding "protocol static" to Linux routes?

2016-06-20 Thread Samuel Thibault
Hello, Gert Doering, on Mon 20 Jun 2016 08:40:12 +0200, wrote: > I'm wondering how you do the resiliency. Traditionally, one would set up > the routes on client-connect/client-disconnect (or via --learn-address), > so it's under your control anyway Ah, right, yes, we do that, and we announce tho

[Openvpn-devel] openvpn/openvpn-build

2016-06-20 Thread Илья Шипицин
Hello, I see issues are closed at https://github.com/openvpn/openvpn-build what is preffered way of reporting bugs ? somehow, I managed to run it on cygwin without wget installed (I installed curl), so I see 'curl' branch is broken, curl does not follow redirects do we really need both wget and

Re: [Openvpn-devel] [PATCH] Remove http-proxy-retry and socks-proxy-retry

2016-06-20 Thread David Sommerseth
On 17/06/16 14:47, Arne Schwabe wrote: > --- > Changes.rst | 2 ++ > src/openvpn/init.c| 4 +--- > src/openvpn/options.c | 13 - > src/openvpn/options.h | 1 - > src/openvpn/proxy.c | 3 +-- > src/openvpn/proxy.h | 1 - > src/openvpn/socks.c | 10 +++--- >

Re: [Openvpn-devel] openvpn/openvpn-build

2016-06-20 Thread Samuli Seppänen
Hi, Hello, I see issues are closed at https://github.com/openvpn/openvpn-build what is preffered way of reporting bugs ? I'm open to opening the issues again. If nobody objects, that's what I'll do. somehow, I managed to run it on cygwin without wget installed (I installed curl), so I see

[Openvpn-devel] what is https://github.com/OpenVPN/openvpn-build/blob/master/generic/mingw64/build ?

2016-06-20 Thread Илья Шипицин
Hello, there is separate build in mingw64 folder. what is it for ? Cheers, Ilya Shipitsin

[Openvpn-devel] [PATCH applied] Re: Added directive to specify HTTP proxy credentials in config.

2016-06-20 Thread Gert Doering
Another ACK from me - the patch did not apply easily to current master as there was a change in context last December. So did a more in-depth review to ensure that the actual logic of get_user_pass_cr() is still matching the expectations of this change, and it should be fine. (Somewhere in our p

[Openvpn-devel] [PATCH applied] Re: Add documentation for http-proxy-user-pass option

2016-06-20 Thread Gert Doering
Your patch has been applied to the master branch. (I have taken the liberty to add the suggested "\" to the crl-verify preceding --http-proxy-user-pass, also a blank was missing) commit ec0c1dcabd1d31cd4bd452db6d099b4df0739778 Author: Arne Schwabe List-Post: openvpn-devel@lists.sourceforge.net Da

Re: [Openvpn-devel] [PATCH v2] Allow inlining of --auth-user-pass

2016-06-20 Thread Gert Doering
Hi, On Sun, Oct 11, 2015 at 11:52:17AM +0200, Adriaan de Jong wrote: > This patch allows inlining of the --auth-user-pass directive, so it is now > possible to do > > > myusername > mypassword > [..] I still think that this is a useful patch, but it might need a rewrite, given that get_user_p