Skip to content

Commit

Permalink
kernel config: Enable IP_MULTICAST
Browse files Browse the repository at this point in the history
This is lacking on ARM and causes libuv tests to fail.
  • Loading branch information
dezgeg committed Mar 4, 2017
1 parent b9a7aac commit 57c6fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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
Expand Down

0 comments on commit 57c6fac

Please sign in to comment.