diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-10-19 10:16:25 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-10-19 10:16:25 -0700 |
commit | e46f6eb3ab3d599019703b25c039960dd1ee6e7c (patch) | |
tree | 6abfa18bf2755208f929e202f941ca65f9d2d2a1 /kernel-ppc64-debug.config | |
parent | 122f40d42a30d83122ff813c438a68aa167bf83b (diff) | |
download | kernel-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 'kernel-ppc64-debug.config')
-rw-r--r-- | kernel-ppc64-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-ppc64-debug.config b/kernel-ppc64-debug.config index a076f483f..a566c4acb 100644 --- a/kernel-ppc64-debug.config +++ b/kernel-ppc64-debug.config @@ -2083,7 +2083,7 @@ CONFIG_IP_DCCP_CCID2=m # CONFIG_IP_DCCP_CCID3_DEBUG is not set CONFIG_IP_DCCP_CCID3=y # CONFIG_IP_DCCP_DEBUG is not set -CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP is not set CONFIG_IPDDP_ENCAP=y CONFIG_IPDDP=m CONFIG_IP_FIB_TRIE_STATS=y |