experimental P2P-NAT-T for IKEv2 merged back from branch
This commit is contained in:
@@ -273,6 +273,16 @@ AC_ARG_ENABLE(
|
||||
)
|
||||
AM_CONDITIONAL(USE_MANAGER, test x$manager = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[p2p],
|
||||
AS_HELP_STRING([--enable-p2p],[enable peer-to-peer NAT traversal (default is NO).]),
|
||||
[if test x$enableval = xyes; then
|
||||
p2p=true
|
||||
AC_DEFINE(P2P)
|
||||
fi]
|
||||
)
|
||||
AM_CONDITIONAL(USE_P2P, test x$p2p = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[integrity-test],
|
||||
AS_HELP_STRING([--enable-integrity-test],[enable the integrity test of the crypto library (default is NO).]),
|
||||
|
||||
Reference in New Issue
Block a user