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
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
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