Re: [Openvpn-devel] [PATCH 01/10] Remove dnsflags_to_socktype, it is not used anywhere

2012-12-13 Thread David Sommerseth
On 30/11/12 20:17, Arne Schwabe wrote: > --- > src/openvpn/socket.c |2 +- > src/openvpn/socket.h |5 - > 2 files changed, 1 insertion(+), 6 deletions(-) Applied to master and beta/2.3 commit 740137f6bb7b3565054c3a8e894ceca93f2ff0e4 (master) commit e99982218b5549894a94cc3c5f6209219d

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

2012-12-13 Thread David Sommerseth
On 02/12/12 22:11, Gert Doering wrote: > 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-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