Re: [Openvpn-devel] [PATCH] Fix proto tcp6 for server & non-P2MP modes

2013-05-03 Thread Gert Doering
Hi, On Thu, May 02, 2013 at 04:17:37PM -0500, Josh Cepek wrote: > This fix adds support for using tcp6 as a proto in server or non-P2MP > modes, resolving a failed ASSERT in such cases. ACK, thanks for the patch. Will apply to master and 2.3 branch ASAP (with the understanding that the master/2.

[Openvpn-devel] [PATCH] Fix proto tcp6 for server & non-P2MP modes

2013-05-02 Thread Josh Cepek
This fix adds support for using tcp6 as a proto in server or non-P2MP modes, resolving a failed ASSERT in such cases. Signed-off-by: Josh Cepek --- src/openvpn/options.c | 4 1 file changed, 4 insertions(+) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 05c6da2..c86f795 1