summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-07-20 16:05:38 +0300
committerGitHub <noreply@github.com>2023-07-20 16:05:38 +0300
commit02b780891d4ce4e3132368c3605e93dad9d9a625 (patch)
tree91c7d56a1f43c37c7bc93d67d04eb8bdba82cfca
parentMerge pull request #243797 from foo-dogsquared/add-ictree (diff)
parentlinuxPackages: set IP_ROUTE_MULTIPATH to yes (diff)
downloadnixpkgs-02b780891d4ce4e3132368c3605e93dad9d9a625.tar.gz
Merge pull request #244455 from flokli/kernel-ip-route-multipath
linuxPackages: set IP_ROUTE_MULTIPATH to yes
-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 dccecb62175e..688c13499b1a 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -170,6 +170,7 @@ let
NET = yes;
IP_ADVANCED_ROUTER = yes;
IP_PNP = no;
+ IP_ROUTE_MULTIPATH = yes;
IP_VS_PROTO_TCP = yes;
IP_VS_PROTO_UDP = yes;
IP_VS_PROTO_ESP = yes;