aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorVANHULLEBUS Yvan <vanhu@FreeBSD.org>2009-06-12 15:44:35 +0000
committerVANHULLEBUS Yvan <vanhu@FreeBSD.org>2009-06-12 15:44:35 +0000
commit7b495c449475e00df3f60227247279883d891bcf (patch)
treee75e977677e2ddd8c5e3a47752c3693ea92b15e3 /sys/conf
parent84056e4e85f9a42d58738298001917dc22155a63 (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/options1
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7de53a2547df..0abfc54daa56 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -534,6 +534,11 @@ options IPSEC #IP security (requires device crypto)
# using ipfw(8)'s 'ipsec' keyword, when this option is enabled.
#
#options IPSEC_FILTERTUNNEL #filter ipsec packets from a tunnel
+#
+# Set IPSEC_NAT_T to enable NAT-Traversal support. This enables
+# optional UDP encapsulation of ESP packets.
+#
+options IPSEC_NAT_T #NAT-T support, UDP encap of ESP
options IPX #IPX/SPX communications protocols
diff --git a/sys/conf/options b/sys/conf/options
index 883f7aed0af5..3c56a811dc3c 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -401,6 +401,7 @@ IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
IPSEC opt_ipsec.h
IPSEC_DEBUG opt_ipsec.h
IPSEC_FILTERTUNNEL opt_ipsec.h
+IPSEC_NAT_T opt_ipsec.h
IPSTEALTH
IPX
KRPC