graphene-os-server-infrastr.../etc/systemd/network/1.grapheneos.network.network
Daniel Micay 01bb6a5504 set CAKE flow isolation mode to dual-dsthost
We have no use case for fairness based on source address.
2025-07-30 18:45:03 -04:00

31 lines
572 B
SYSTEMD

[Match]
Name=public
[Network]
LinkLocalAddressing=no
Address=209.141.37.35/24
Address=2605:6400:20:387:72d4:dab9:a369:f351/128
[Route]
Destination=0.0.0.0/0
Gateway=209.141.37.1
PreferredSource=209.141.37.35
[Route]
Destination=209.141.37.1
PreferredSource=209.141.37.35
[Route]
Destination=::/0
Gateway=2605:6400:20::1
PreferredSource=2605:6400:20:387:72d4:dab9:a369:f351
[Route]
Destination=2605:6400:20::1
PreferredSource=2605:6400:20:387:72d4:dab9:a369:f351
[CAKE]
Bandwidth=1000M
PriorityQueueingPreset=besteffort
FlowIsolationMode=dual-dst-host
SplitGSO=false