mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-02-08 03:05:43 -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
248 B
SYSTEMD
19 lines
248 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
LinkLocalAddressing=no
|
|
Address=2607:5300:205:200::2706/128
|
|
Gateway=2607:5300:205:200::1
|
|
|
|
[Route]
|
|
Destination=2607:5300:205:200::1
|
|
|
|
[DHCP]
|
|
UseMTU=true
|
|
|
|
[CAKE]
|
|
Bandwidth=500M
|
|
PriorityQueueingPreset=besteffort
|