linuxPackages: set IP_ROUTE_MULTIPATH to yes

This already gets set to yes by the x86 defconfig, but is not set to
true on aarch64, which means you can't program IPv4 routes with multiple
nexthops there. Set this to y unconditionally, so we don't have this odd
mismatch between x86_64 and aarch64.
This commit is contained in:
Florian Klink 2023-07-20 10:58:21 +03:00
parent 7363eedd89
commit 45e44dd407

View File

@ -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;