[Openvpn-devel] [PATCH] Tease apart ipv6 and ipv4 ifconfig code.
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.
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