From: Ting Liu <[email protected]> * 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 <[email protected]> --- .../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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
