mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-02-08 11:15:39 -05:00
![Daniel Micay](/assets/img/avatar_default.png)
This resolves a warning from systemd-networkd about using one of the names reserved by the kernel.
19 lines
251 B
SYSTEMD
19 lines
251 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
LinkLocalAddressing=no
|
|
Address=2402:1f00:8000:800::25ba/128
|
|
Gateway=2402:1f00:8000:800::1
|
|
|
|
[Route]
|
|
Destination=2402:1f00:8000:800::1
|
|
|
|
[DHCP]
|
|
UseMTU=true
|
|
|
|
[CAKE]
|
|
Bandwidth=250M
|
|
PriorityQueueingPreset=besteffort
|