Re: [Openvpn-devel] [PATCH] Implement --mssfix handling for IPv6 packets.

2012-12-04 Thread Arne Schwabe
Am 02.12.12 22:11, schrieb Gert Doering: > Rename process_ipv4_header() to process_ip_header() and PIPV4_MSSFIX > flag to PIP_MSSFIX, to make visible that it's no longer IPv4-only. > > Inside process_ip_header(), call out to mss_fixup_ipv6() if --mssfix > is active and IPv6 packet seen. > > Rename

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

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

2012-12-04 Thread Arne Schwabe
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/socket.c | 22 ++ 1 file changed, 18 i