[oe-commits] Ting Liu : ipsec-tools: enable Dead Peer Detection and NAT traversal

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:17 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 280f4c9aea79eb94de09180b27ce278d982be2a7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=280f4c9aea79eb94de09180b27ce278d982be2a7

Author: Ting Liu <b28495 at freescale.com>
Date:   Fri Jul 25 18:08:15 2014 +0800

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 at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 b27eb0f..c0c22a2 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



More information about the Openembedded-commits mailing list