[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

[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