diff options
author | gnn <gnn@FreeBSD.org> | 2015-07-04 17:37:00 +0000 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2015-07-04 17:37:00 +0000 |
commit | 26ad2548c054cc37c6ddc74541aa34fafd0c532b (patch) | |
tree | 5e0a71ab2396510aa2826e7cd797ea6db3b8d3e0 /sys/pc98 | |
parent | 886fc0a8be9eac646cdc281c33489eaacf560358 (diff) | |
download | FreeBSD-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/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index b826adb..3e970db 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -29,6 +29,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options IPSEC # IP (v4/v6) security options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support @@ -255,3 +256,6 @@ device bpf # Berkeley packet filter #device snd_mss # Microsoft Sound System #device "snd_sb16" # Sound Blaster 16 #device snd_sbc # Sound Blaster + +# The cypto framework is required by IPSEC +device crypto # Required by IPSEC |