summaryrefslogtreecommitdiffstats
path: root/fragments/base/net
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-16 11:20:07 +0100
committerWynn Wolf Arbor2020-02-29 18:51:12 +0100
commit4a134ce8860ca115cb5b1076e948b2db803f6c96 (patch)
tree6ff8aa62d02908c58fc996e73ce04813719c294d /fragments/base/net
parentf997966f023c65750b763a87bcc73ced332caef6 (diff)
downloadkernfrag-4a134ce8860ca115cb5b1076e948b2db803f6c96.tar.gz
Remove deprecated kernel options
Diffstat (limited to 'fragments/base/net')
-rw-r--r--fragments/base/net9
1 files changed, 0 insertions, 9 deletions
diff --git a/fragments/base/net b/fragments/base/net
index 6aa8129..2387a46 100644
--- a/fragments/base/net
+++ b/fragments/base/net
@@ -29,14 +29,5 @@ CONFIG_SYN_COOKIES=y
CONFIG_INET_UDP_DIAG=y
CONFIG_INET_RAW_DIAG=y
-# The following options enable support for IPsec and are enabled by default.
-# We think wireguard is the superior solution, and hence disable them.
-# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
-# CONFIG_INET_XFRM_MODE_TUNNEL is not set
-# CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
-# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
-# CONFIG_INET6_XFRM_MODE_BEET is not set
-
# We do not need IPv6-in-IPv4
# CONFIG_IPV6_SIT is not set