about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authordsx <dsx@droidnest.org>2019-06-08 04:23:48 -0400
committerFranz Pletz <fpletz@fnordicwalking.de>2019-06-08 08:23:48 +0000
commit643de9b82c6576dc23206f1e5c1cf9ffb616034a (patch)
treee87d8d903bd14d5fdb91f47200f04f931c32ed00 /pkgs/os-specific
parent3b58c7206b8d8f784b88139b249d6c28f53fcfed (diff)
linux: Enable IPv6 support for IPVS (CONFIG_IP_VS_IPV6)
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 c5136768c152f..61d349b7f0cbb 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -100,6 +100,7 @@ let
       IP_VS_PROTO_UDP    = yes;
       IP_VS_PROTO_ESP    = yes;
       IP_VS_PROTO_AH     = yes;
+      IP_VS_IPV6         = yes;
       IP_DCCP_CCID3      = no; # experimental
       CLS_U32_PERF       = yes;
       CLS_U32_MARK       = yes;