Re: [Openvpn-devel] git master proto udp6+multihome is broken

2014-02-17 Thread Arne Schwabe
>> This happens both with today's git master and with 2.3.2. BTW Arne's >> patch to socket.c that fixes the assert crash we originally discussed >> still isn't included in git master, has it been forgotten about? > ISTR that Arne wrote something about "this is a quick fix, will send a > proper pat

Re: [Openvpn-devel] git master proto udp6+multihome is broken

2014-02-17 Thread Gert Doering
Hi, On Mon, Feb 17, 2014 at 08:28:59PM +0100, Tore Anderson wrote: > Now that has been fixed upstream (Linux 3.14), I tried again. Here I am > connecting from 84.209.94.36 to 87.238.35.254, which is a secondary > address on the server (87.238.35.145 is the primary). The OpenVPN > server logs: > >

Re: [Openvpn-devel] git master proto udp6+multihome is broken

2014-02-17 Thread Tore Anderson
* Gert Doering > On Sat, Jan 11, 2014 at 12:59:02AM +0100, Tore Anderson wrote: >> FWIW: Now I also got to test git master with what I wanted to in the >> first place, namely to see whether or not all the nice dualstack changes >> had also made "multihome" work for IPv4-mapped clients coming in to

Re: [Openvpn-devel] [PATCH] grow route lists dynamically

2014-02-17 Thread Arne Schwabe
Am 29.01.14 14:03, schrieb Heiko Hund: > This removes the need for the --max-routes option. Instead of > allocating a fixed size array for the route(-option)s they are > managed in linked lists instead. > > ACK but with two changes - adding a comment to the copy method that this does a shallow cop