Re: [Openvpn-devel] [PATCH] Fix the proto is used inconsistently warning

2012-12-13 Thread David Sommerseth
On 04/12/12 20:42, Arne Schwabe wrote: > Fix the "WARNING: 'proto' is used inconsistently, local='proto UDP', > remote='proto UDPv6'." message. > > Note that the on wire strings are now always TCPv4 and UDPv4 to be compatible > to pre2.3 > > Signed-off-by: Arne Schwabe > --- > src/openvpn/soc

Re: [Openvpn-devel] [PATCH] Fix the proto is used inconsistently warning

2012-12-04 Thread Gert Doering
Hi, On Tue, Dec 04, 2012 at 08:42:54PM +0100, Arne Schwabe wrote: > Fix the "WARNING: 'proto' is used inconsistently, local='proto UDP', > remote='proto UDPv6'." message. > > Note that the on wire strings are now always TCPv4 and UDPv4 to be compatible > to pre2.3 The patch does what advertise