[Openvpn-devel] [patch] OpenVPN 2.1_rc7, multihome and 64 bit

2008-04-25 Thread Tim Davies
After attempting to use OpenVPN 2.1_rc7 on a 64 bit Centos 5 platform, I came across a peculiar error when enabling multihome. Basically no UDP packets were allowed to send due to an incorrect size being set. The problem seems to be in socket.c, where sizeof(opi) is incorrect. The structure

Re: [Openvpn-devel] [patch] OpenVPN 2.1_rc7, multihome and 64 bit

2008-05-08 Thread Tim Davies
I've just tested this and it seems to work well. Thanks. James Yonan wrote: Tim Davies wrote: After attempting to use OpenVPN 2.1_rc7 on a 64 bit Centos 5 platform, I came across a peculiar error when enabling multihome. Basically no UDP packets were allowed to send due to an inco