3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/os-specific
Florian Klink 13be37662d kernel config: explicitly enable CONFIG_IPV6
We currently build CONFIG_IPV6=m.

This seems to be not really well-supported in mainline kernels - see
https://lore.kernel.org/netdev/20201115224509.2020651-1-flokli@flokli.de/T/#u

Compiling it as a module doesn't give too much benefit - even for people
who did explicitly set `enableIPv6` to false, the `ipv6` module was
still loaded, as soon as another module was loaded that requires it
(bridge,br_netfilter,wireguard,ip6table_mangle,sctp,…).

By compiling it in, we only loose the possibility to not add it to
`boot.kernelModules` anymore (as it's part of the kernel directly). The
space savings are negligible.

People wanting to disable IPv6 still get the appropriate sysctls and
options set (while having the kernel code loaded), nothing is really
changing here.
2020-11-16 13:07:49 +01:00
..
bsd
darwin yabai: 3.3.0 -> 3.3.3 2020-11-13 14:47:11 +00:00
linux kernel config: explicitly enable CONFIG_IPV6 2020-11-16 13:07:49 +01:00
solo5 treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
windows