ipsec-tools: enable Dead Peer Detection and NAT traversal

* Dead peer detection (DPD) is a method that network devices use to verify
  the current existence and availability of other peer devices.
* NAT traversal (sometimes abbreviated as NAT-T) is a general term for
  techniques that establish and maintain Internet protocol connections
  traversing network address translation (NAT) gateways

Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ting Liu
2014-07-25 18:08:15 +08:00
committed by Martin Jansa
parent 2892455bad
commit 280f4c9aea
@@ -51,6 +51,8 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
--without-libradius \ --without-libradius \
--disable-security-context \ --disable-security-context \
--enable-shared \ --enable-shared \
--enable-dpd \
--enable-natt=yes \
${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '', d)}" ${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '', d)}"
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527 # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527