Re: [Openvpn-devel] [PATCH] Implement on-link route adding for iproute2

2014-10-14 Thread Gert Doering
Hi, On Fri, Sep 26, 2014 at 06:11:01PM +0200, Philipp Hagemeister wrote: > Currently, when compiling with --enable-iproute2 , OpenVPN does not > create a correct route when the user is connected to the Internet > without a gateway (e.g. via ppp). This patch implements the > corresponding FIXME. >

Re: [Openvpn-devel] [PATCH] Implement on-link route adding for iproute2

2014-10-08 Thread Philipp Hagemeister
Hi Gert, On 09/26/2014 08:12 PM, Gert Doering wrote: > Looks good to me. Will test and then commit (might take a few days). is there a problem with the patch or could you just not test it yet? Best, Philipp signature.asc Description: OpenPGP digital signature

Re: [Openvpn-devel] [PATCH] Implement on-link route adding for iproute2

2014-09-26 Thread Gert Doering
Hi, On Fri, Sep 26, 2014 at 06:11:01PM +0200, Philipp Hagemeister wrote: > Currently, when compiling with --enable-iproute2 , OpenVPN does not > create a correct route when the user is connected to the Internet > without a gateway (e.g. via ppp). This patch implements the > corresponding FIXME. >

[Openvpn-devel] [PATCH] Implement on-link route adding for iproute2

2014-09-26 Thread Philipp Hagemeister
Currently, when compiling with --enable-iproute2 , OpenVPN does not create a correct route when the user is connected to the Internet without a gateway (e.g. via ppp). This patch implements the corresponding FIXME. Signed-off-by: Philipp Hagemeister --- src/openvpn/route.c |