mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
@@ -51,6 +51,8 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
|
|||||||
--without-libradius \
|
--without-libradius \
|
||||||
--disable-security-context \
|
--disable-security-context \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--enable-dpd \
|
||||||
|
--enable-natt=yes \
|
||||||
${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '', d)}"
|
${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6=yes', '', d)}"
|
||||||
|
|
||||||
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527
|
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527
|
||||||
|
|||||||
Reference in New Issue
Block a user