[Openvpn-devel] [PATCH] Fix option inconsistency warnings about "proto" and "tun-ipv6"

2012-12-16 Thread Gert Doering
"tun-ipv6" is only sent in option string if running in point-to-point mode (= not --server and not --client or --pull), because in those scenarios it's usually pushed by the server, and the client does not yet have it when comparing options -> needless warning. Completely ignore "proto" values whe

Re: [Openvpn-devel] coverity issue 1 - MF_EXTERNAL_KEY

2012-12-16 Thread Gert Doering
Hi, On Fri, Dec 14, 2012 at 07:14:27PM +0100, Gert Doering wrote: > Issue #1: "logical dead code", in options.c, line 2277: This has already been fixed, I just hit the gap between "fix, ack, forget", "coverity checks" and "david pushes the fix". commit feca0900dd005777 -> issue solved. Easy.