Re: [Openvpn-devel] [PATCH v3] wintun: add --windows-driver config option

2019-11-18 Thread Gert Doering
Hi, On Mon, Nov 18, 2019 at 11:17:33PM -0500, Selva Nair wrote: > Looks like this will most likely break any dhcp-related options > in the client config.. Say "dhcp-option DNS xxx". We currently require > ip_win32_type to be adaptive or dynamic when such options are specified. > I think we should

Re: [Openvpn-devel] [PATCH v2 3/7] wintun: implement opening wintun device

2019-11-18 Thread Selva Nair
Hi, On Thu, Nov 7, 2019 at 12:49 PM Lev Stipakov wrote: > From: Lev Stipakov > > To open wintun device, we cannot use "\\.\Global\Wintun" > path as before. To get device path which we supply to CreateFile, > we have to use SetupAPI to: > > - enumerate network adapters with "wintun" as componen

Re: [Openvpn-devel] [PATCH v3] wintun: add --windows-driver config option

2019-11-18 Thread Selva Nair
Hi, I have been late to this wintun party (no time for anything fun, these days) and this has already been committed, it seems. But some concerns below.. > +/* for wintun kernel doesn't send DHCP requests, so use ipapi to set > IP address and netmask */ > +if (options->wintun) > +{ >

[Openvpn-devel] Community meetings in November 2019

2019-11-18 Thread Samuli Seppänen
Hi, Our community meetings will alternate between Wed 11:30 CET and Thu 20:00 CET. Next meetings have been scheduled to - Thu 21st November 20:00 CET - Wed 27th November 11:30 CET The place is #openvpn-meeting IRC channel at Freenode. Meeting agendas and summaries are in here:

Re: [Openvpn-devel] [PATCH 5/4] Add ncp files to Visual studio print

2019-11-18 Thread Arne Schwabe
Am 17.11.19 um 22:23 schrieb Arne Schwabe: > Signed-off-by: Arne Schwabe > --- > src/openvpn/openvpn.vcxproj | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj > index 7446d97d..b3d35ba2 100644 > --- a/src/openvpn/openvpn.vcxproj