Re: [Openvpn-devel] [PATCH] Add IPv6 gateway support for Linux, FreeBSD, and Darwin

2012-06-10 Thread Gert Doering
Hi, sorry for never replying to your mail. It was on my TODO list, and David regularily reminded me that it was there, but well... On Tue, Aug 30, 2011 at 03:47:16AM -0500, Scott Zeid wrote: > This patch adds IPv6 gateway configuration for Linux, FreeBSD, and Darwin. > Apparently this functional

[Openvpn-devel] [PATCH] Add IPv6 gateway support for Linux, FreeBSD, and Darwin

2011-08-30 Thread Scott Zeid
This patch adds IPv6 gateway configuration for Linux, FreeBSD, and Darwin. Apparently this functionality already exists on Win32, Solaris, OpenBSD, and NetBSD. This patch does not implement the --route-ipv6-gateway option; it only implements adding the gateway in add_route_ipv6(). I am only able