aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
commit3839369c03347286829c71525e5ccdcee1a8c50a (patch)
tree5e0a71ab2396510aa2826e7cd797ea6db3b8d3e0 /sys/i386/conf/GENERIC
parentddcc2ecb3adeb70ac944bcdb0c41dd6d082a33e4 (diff)
downloadsrc-3839369c03347286829c71525e5ccdcee1a8c50a.tar.gz
src-3839369c03347286829c71525e5ccdcee1a8c50a.zip
Enable IPSEC in all GENERIC kernels.
Universe and kernel build tests passed 4 July 2015 PR: 128030 Sponsored by: Rubicon Communications (Netgate)
Notes
Notes: svn path=/head/; revision=285142
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index d1d2a2f457b3..6a17ff7b5301 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -30,6 +30,7 @@ options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options IPSEC # IP (v4/v6) security
options TCP_OFFLOAD # TCP offload
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
@@ -377,3 +378,6 @@ device xenpci # Xen HVM Hypervisor services driver
# VMware support
device vmx # VMware VMXNET3 Ethernet
+
+# The cypto framework is required by IPSEC
+device crypto # Required by IPSEC