summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2007-07-05 15:33:13 +0000
committergnn <gnn@FreeBSD.org>2007-07-05 15:33:13 +0000
commit181b33ba1c42e4a3281278639aae08ff32ebbc29 (patch)
tree525ff4d14a118f4c60653107788e3384c383cfaa
parenteb24a0114aca93ba15748856ff0df94d434d2e6f (diff)
downloadFreeBSD-src-181b33ba1c42e4a3281278639aae08ff32ebbc29.zip
FreeBSD-src-181b33ba1c42e4a3281278639aae08ff32ebbc29.tar.gz
Added comments eplaining the requirement for device crypto with IPSEC
Approved by: re
-rw-r--r--sys/conf/NOTES8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d5f6bc5..b0a15a2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -490,12 +490,14 @@ options HWPMC_HOOKS # Other necessary kernel hooks
# NETWORKING OPTIONS
#
-# Protocol families:
-# Only the INET (Internet) family is officially supported in FreeBSD.
+# Protocol families
#
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
-options IPSEC #IP security
+
+# In order to enable IPSEC you MUST also add device crypto to
+# your kernel configuration
+options IPSEC #IP security (requires device crypto)
#options IPSEC_DEBUG #debug for IP security
#
# Set IPSEC_FILTERGIF to force packets coming through a gif tunnel
OpenPOWER on IntegriCloud