Re: [Openvpn-devel] [PATCH v6] openvpnserv: enable interactive service to open tun

2019-08-07 Thread Gert Doering
Hi, On Wed, Aug 07, 2019 at 02:12:01PM +0300, Lev Stipakov wrote: > So instead of having IPC call "open_tun_device(path)" it is probably better > to have something like "open_wintun_device()", which both figures out > device path > and opens device. That sounds like a plan. Have one API call for

Re: [Openvpn-devel] [PATCH v6] openvpnserv: enable interactive service to open tun

2019-08-07 Thread Lev Stipakov
Let's not merge it yet. The reason why this patch was done is to prepare for Wintun support, since Wintun device must be opened by privileged process. There is no need to use privileged process to open tap-windows6 device. Recently Wintun API has been changed and previous Wintun device path (\\.\

[Openvpn-devel] Summary of the community meeting (7th August 2019)

2019-08-07 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 7th August 2019 Time: 11:30 CEST (12:30 UTC) Planned meeting topics for this meeting were here: Your loc

[Openvpn-devel] [PATCH applied] Re: networking/best_gw: remove useless prefixlen parameter

2019-08-07 Thread Gert Doering
Acked-by: Gert Doering Nice, trivial, and to the point :-) - passing "make check" for iproute2 and sitnl builds. Your patch has been applied to the master branch. commit 4490b5a1eae96904f8973d44ff0e12d819cb9cbc Author: Antonio Quartulli Date: Mon Aug 5 11:25:25 2019 +0200 networking/bes