Merge pull request #81415 from NinjaTrappeur/nin-routing-policy-aarch-kernel

linux: add policy routing config flag
This commit is contained in:
Florian Klink 2020-03-01 14:50:45 -08:00 committed by GitHub
commit 0a8af284e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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