summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-03-04 04:19:58 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-03-04 12:49:50 +0200
commit57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f (patch)
tree1925d8e4f048e13dbedff7523448441b0d66b80d /pkgs/os-specific
parentb9a7aacef71671bdeffdc7c4f21e3b25cb3d4a5a (diff)
downloadnixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar.gz
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar.bz2
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar.lz
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar.xz
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.tar.zst
nixpkgs-57c6fac3e980bb22cbd9ba8fa4c97b4d49292c7f.zip
kernel config: Enable IP_MULTICAST
This is lacking on ARM and causes libuv tests to fail.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 9b0cd003072..8acf67d3dd1 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -121,6 +121,7 @@ with stdenv.lib;
   IP_VS_PROTO_ESP y
   IP_VS_PROTO_AH y
   IP_DCCP_CCID3 n # experimental
+  IP_MULTICAST y
   IPV6_ROUTER_PREF y
   IPV6_ROUTE_INFO y
   IPV6_OPTIMISTIC_DAD y