[oe] [meta-oe][PATCH 2/2] ipsec-tools: enable Dead Peer Detection and NAT traversal

ting.liu at freescale.com ting.liu at freescale.com
Fri Jul 25 10:08:15 UTC 2014


From: Ting Liu <b28495 at freescale.com>

* 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 at freescale.com>
---
 .../ipsec-tools/ipsec-tools_0.8.1.bb               |    2 ++
 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 2e5c0a4..eed5b92 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
@@ -49,6 +49,8 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
                 --without-libpam \
                 --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
-- 
1.7.3.4




More information about the Openembedded-devel mailing list