[Openvpn-devel] [PATCH] Tease apart ipv6 and ipv4 ifconfig code.

2014-08-10 Thread Gavin Shrubbery
This change makes it possible to configure an IPv6 address on a tunnel without also having an IPv4 address. --- src/openvpn/tun.c | 366 -- 1 file changed, 188 insertions(+), 178 deletions(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c in

Re: [Openvpn-devel] [PATCH] Tease apart ipv6 and ipv4 ifconfig code.

2014-08-08 Thread Gert Doering
Hi, On Fri, Aug 08, 2014 at 11:10:32AM +1200, Gavin Shrubbery wrote: > This change makes it possible to configure an IPv6 address on a > tunnel without also having an IPv4 address. Thanks. Could you please rebase this on git master? tun.c has changed a bit since 2.3, and your patch looks like

[Openvpn-devel] [PATCH] Tease apart ipv6 and ipv4 ifconfig code.

2014-08-07 Thread Gavin Shrubbery
This change makes it possible to configure an IPv6 address on a tunnel without also having an IPv4 address. Signed-off-by: Gavin Shrubbery --- src/openvpn/tun.c | 367 +++--- 1 file changed, 183 insertions(+), 184 deletions(-) diff --git a/src/ope