aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-25 18:08:15 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-30 09:35:44 +0200
commit280f4c9aea79eb94de09180b27ce278d982be2a7 (patch)
treed45005049fc741d0a4249a460ec1784aaf2c0095 /meta-networking/recipes-support
parent2892455bad3c99d183d731b6a52d3d64dbfe13e3 (diff)
downloadmeta-openembedded-contrib-280f4c9aea79eb94de09180b27ce278d982be2a7.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb
index b27eb0f455..c0c22a2209 100644
--- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb
+++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb
@@ -51,6 +51,8 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
--without-libradius \
--disable-security-context \
--enable-shared \
+ --enable-dpd \
+ --enable-natt=yes \
${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '', d)}"
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527