Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-21 Thread Arne Schwabe
Am 21.11.16 um 05:22 schrieb Selva Nair: > Hi, > > On Sun, Nov 20, 2016 at 5:29 PM, Arne Schwabe > wrote: > > Am 20.11.16 um 22:38 schrieb Selva Nair: > > TODO: set dns servers using the interactive service > > > > I was playing with ANdroid/IPv6 and thi

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-21 Thread Selva Nair
On Sun, Nov 20, 2016 at 4:38 PM, Selva Nair wrote: > TODO: set dns servers using the interactive service > > Signed-off-by: Selva Nair > --- > doc/openvpn.8 | 5 ++--- > src/openvpn/options.c | 22 ++ > src/openvpn/tun.c | 30 ++ > sr

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Selva Nair
Hi, On Sun, Nov 20, 2016 at 5:29 PM, Arne Schwabe wrote: > Am 20.11.16 um 22:38 schrieb Selva Nair: > > TODO: set dns servers using the interactive service > > > > I was playing with ANdroid/IPv6 and this. For Android, the resolver > takes the DNS server always in the order that I give it. Since

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Arne Schwabe
Am 20.11.16 um 22:38 schrieb Selva Nair: > TODO: set dns servers using the interactive service > I was playing with ANdroid/IPv6 and this. For Android, the resolver takes the DNS server always in the order that I give it. Since there are now seperate lists for DNS and DNS6 I have to prefer always

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Selva Nair
On Sun, Nov 20, 2016 at 4:48 PM, Gert Doering wrote: > HI, > > On Sun, Nov 20, 2016 at 04:41:52PM -0500, Selva Nair wrote: > > Note: This is supposed to be applied on top of the 'Stub implementation > > of "--dhcp-option DNS6 "' patch ( > > https://www.mail-archive.com/openvpn-devel@lists. > so

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Gert Doering
HI, On Sun, Nov 20, 2016 at 04:41:52PM -0500, Selva Nair wrote: > Note: This is supposed to be applied on top of the 'Stub implementation > of "--dhcp-option DNS6 "' patch ( > https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13140.html > ) Now that was quick :-) - someone nee

Re: [Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Selva Nair
Note: This is supposed to be applied on top of the 'Stub implementation of "--dhcp-option DNS6 "' patch ( https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13140.html ) -- ___

[Openvpn-devel] [PATCH] Handle --dhcp-option DNS6 on Windows using netsh

2016-11-20 Thread Selva Nair
TODO: set dns servers using the interactive service Signed-off-by: Selva Nair --- doc/openvpn.8 | 5 ++--- src/openvpn/options.c | 22 ++ src/openvpn/tun.c | 30 ++ src/openvpn/tun.h | 3 +++ 4 files changed, 49 insertions(+), 11