Re: [Openvpn-devel] [[Patch v3] 4/4] Emulate persist-tun on Android

2013-04-30 Thread David Sommerseth
On 26/04/13 21:59, Arne Schwabe wrote: > On Android changing the configuration of tun is not possible. So instead of > reconfiguring the tun device, open a new tun device and close the old one if > needed > --- > src/openvpn/init.c | 18 +- > 1 file changed, 17 insertions(+), 1

[Openvpn-devel] [[Patch v3] 4/4] Emulate persist-tun on Android

2013-04-26 Thread Arne Schwabe
On Android changing the configuration of tun is not possible. So instead of reconfiguring the tun device, open a new tun device and close the old one if needed --- src/openvpn/init.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/openvpn/init.c b/src