diff options
author | Wynn Wolf Arbor | 2020-02-16 11:20:07 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-02-29 18:51:12 +0100 |
commit | 4a134ce8860ca115cb5b1076e948b2db803f6c96 (patch) | |
tree | 6ff8aa62d02908c58fc996e73ce04813719c294d /fragments/base/net | |
parent | f997966f023c65750b763a87bcc73ced332caef6 (diff) | |
download | kernfrag-4a134ce8860ca115cb5b1076e948b2db803f6c96.tar.gz |
Remove deprecated kernel options
Diffstat (limited to '')
-rw-r--r-- | fragments/base/net | 9 |
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 |