summaryrefslogtreecommitdiffstats
path: root/baseconfig
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-10-19 10:16:25 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-10-19 10:16:25 -0700
commite46f6eb3ab3d599019703b25c039960dd1ee6e7c (patch)
tree6abfa18bf2755208f929e202f941ca65f9d2d2a1 /baseconfig
parent122f40d42a30d83122ff813c438a68aa167bf83b (diff)
downloadkernel-e46f6eb3ab3d599019703b25c039960dd1ee6e7c.tar.gz
kernel-e46f6eb3ab3d599019703b25c039960dd1ee6e7c.tar.xz
kernel-e46f6eb3ab3d599019703b25c039960dd1ee6e7c.zip
Turn off DCCP
The DCCP protocol has had a number of bugs recently and people keep finding more. It hasn't been well maintained and there is talk of removing it from the kernel. It doesn't seem to be highly used so just turn it off.
Diffstat (limited to 'baseconfig')
-rw-r--r--baseconfig/CONFIG_IP_DCCP2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseconfig/CONFIG_IP_DCCP b/baseconfig/CONFIG_IP_DCCP
index 26ba41376..6ecb43a3e 100644
--- a/baseconfig/CONFIG_IP_DCCP
+++ b/baseconfig/CONFIG_IP_DCCP
@@ -1 +1 @@
-CONFIG_IP_DCCP=m
+# CONFIG_IP_DCCP is not set