From 280f4c9aea79eb94de09180b27ce278d982be2a7 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 25 Jul 2014 18:08:15 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') 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 -- cgit v1.2.3-54-g00ecf