summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
committergnn <gnn@FreeBSD.org>2015-07-04 17:37:00 +0000
commit26ad2548c054cc37c6ddc74541aa34fafd0c532b (patch)
tree5e0a71ab2396510aa2826e7cd797ea6db3b8d3e0 /sys/amd64/conf
parent886fc0a8be9eac646cdc281c33489eaacf560358 (diff)
downloadFreeBSD-src-26ad2548c054cc37c6ddc74541aa34fafd0c532b.zip
FreeBSD-src-26ad2548c054cc37c6ddc74541aa34fafd0c532b.tar.gz
Enable IPSEC in all GENERIC kernels.
Universe and kernel build tests passed 4 July 2015 PR: 128030 Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3d2cc39..dd1aa8b 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -28,6 +28,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
@@ -363,3 +364,5 @@ device vmx # VMware VMXNET3 Ethernet
# Netmap provides direct access to TX/RX rings on supported NICs
device netmap # netmap(4) support
+# The cypto framework is required by IPSEC
+device crypto # Required by IPSEC
OpenPOWER on IntegriCloud