aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-07-16 15:09:04 +0000
committerMark Johnston <markj@FreeBSD.org>2020-07-16 15:09:04 +0000
commite64080e79c53f2952c5a77c6402cd2473cd45d8c (patch)
tree5c61c441a2a707a3cfb32c8112736c9fbaab90ad /sys/amd64/conf/GENERIC
parentcef5fc74c255369d55850b961163b01e77785a78 (diff)
downloadsrc-e64080e79c53f2952c5a77c6402cd2473cd45d8c.tar.gz
src-e64080e79c53f2952c5a77c6402cd2473cd45d8c.zip
Switch from SCTP to SCTP_SUPPORT in GENERIC configs.
This removes SCTP from in-tree kernel configuration files. Now, SCTP can be enabled by simply loading the module, as discussed on freebsd-net@. Reviewed by: tuexen Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25611
Notes
Notes: svn path=/head/; revision=363253
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 57fcadc3283c..482507b6eb3c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -35,7 +35,7 @@ options TCP_OFFLOAD # TCP offload
options TCP_BLACKBOX # Enhanced TCP event logging
options TCP_HHOOK # hhook(9) framework for TCP
options TCP_RFC7413 # TCP Fast Open
-options SCTP # Stream Control Transmission Protocol
+options SCTP_SUPPORT # Allow kldload of SCTP
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists