Re: [Openvpn-devel] Windows TAP driver and NDIS 6.0

2013-11-30 Thread Илья Шипицин
I had look at "NDIS 5.1 to NDIS 6.0 migration guide", looks easy enough, I hope to give a try soon. also, it is possibility to run tap-driver on WinRT, there's still no openvpn for WinRT devices, right ? 2013/11/17 David Sommerseth : > On 17. nov. 2013 11:40, Gert Doering wrote: >> Hi, >> >> just

Re: [Openvpn-devel] Windows TAP driver and NDIS 6.0

2013-11-30 Thread Arne Schwabe
Am 30.11.13 12:50, schrieb Илья Шипицин: > I had look at "NDIS 5.1 to NDIS 6.0 migration guide", looks easy > enough, I hope to give a try soon. > also, it is possibility to run tap-driver on WinRT, there's still no > openvpn for WinRT devices, right ? > > Nobody has yet looked into what requiremen

[Openvpn-devel] [PATCH] Fix IPv6_V6ONLY logic.

2013-11-30 Thread Gert Doering
The "ipv6only" setsockopt logic introduced by 8832c6c4cf was inverted, fix. Also add a msg() to show what value is set, as that makes strange v4/v6 connectivity problems much easier to spot. Signed-off-by: Gert Doering --- src/openvpn/socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletio