diff options
| author | VANHULLEBUS Yvan <vanhu@FreeBSD.org> | 2009-06-12 15:44:35 +0000 |
|---|---|---|
| committer | VANHULLEBUS Yvan <vanhu@FreeBSD.org> | 2009-06-12 15:44:35 +0000 |
| commit | 7b495c449475e00df3f60227247279883d891bcf (patch) | |
| tree | e75e977677e2ddd8c5e3a47752c3693ea92b15e3 /sys/conf | |
| parent | 84056e4e85f9a42d58738298001917dc22155a63 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/conf/options | 1 |
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 |
