diff options
| author | Florian Klink <flokli@flokli.de> | 2020-03-01 14:50:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-01 14:50:45 -0800 |
| commit | 0a8af284e50ceac53fc65bba196c91a55f2d794c (patch) | |
| tree | 59c90b4de2959d612c8c4d87c83535220151c54c | |
| parent | ocamlPackages.ocp-index: 1.1.9 → 1.2 (diff) | |
| parent | linux: add policy routing config flag for aarch64 (diff) | |
| download | nixpkgs-0a8af284e50ceac53fc65bba196c91a55f2d794c.tar.gz | |
Merge pull request #81415 from NinjaTrappeur/nin-routing-policy-aarch-kernel
linux: add policy routing config flag
| -rw-r--r-- | pkgs/os-specific/linux/kernel/common-config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index f9579a9fde53..e925068421d6 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -104,6 +104,7 @@ let networking = { NET = yes; + IP_ADVANCED_ROUTER = yes; IP_PNP = no; IP_VS_PROTO_TCP = yes; IP_VS_PROTO_UDP = yes; @@ -126,6 +127,7 @@ let IP_ROUTE_VERBOSE = yes; IP_MROUTE_MULTIPLE_TABLES = yes; IP_MULTICAST = yes; + IP_MULTIPLE_TABLES = yes; IPV6_ROUTER_PREF = yes; IPV6_ROUTE_INFO = yes; IPV6_OPTIMISTIC_DAD = yes; |
