Compared to OpenVPN 2.3 this is a major update with a large number of new features, improvements and fixes. Some of the major features are AEAD (GCM) cipher and Elliptic Curve DH key exchange support, improved IPv4/IPv6 dual stack support and more seamless connection migration when client's IP address changes (Peer-ID). Also, the new --tls-crypt feature can be used to increase users' connection privacy. Compared to OpenVPN 2.4.1 there are several bugfixes and small enhancements. A summary of the changes is available in Changes.rst.
14 lines
410 B
Text
14 lines
410 B
Text
$NetBSD: patch-configure,v 1.1 2017/05/24 20:35:12 adam Exp $
|
|
|
|
Support net/if_tap.h
|
|
|
|
--- configure.orig 2017-05-11 00:51:16.000000000 +0000
|
|
+++ configure
|
|
@@ -14419,6 +14419,7 @@ for ac_header in \
|
|
sys/mman.h sys/file.h sys/wait.h \
|
|
unistd.h signal.h libgen.h stropts.h \
|
|
syslog.h pwd.h grp.h \
|
|
+ net/if_tap.h \
|
|
sys/sockio.h sys/uio.h linux/sockios.h \
|
|
linux/types.h sys/poll.h sys/epoll.h err.h \
|
|
|