mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
6595a2b05f
This resolves a warning from systemd-networkd about using one of the names reserved by the kernel.
19 lines
252 B
SYSTEMD
19 lines
252 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
DHCP=ipv4
|
|
LinkLocalAddressing=no
|
|
Address=2607:5300:205:200:0:0:0:3df/128
|
|
Gateway=2607:5300:205:200::1
|
|
|
|
[Route]
|
|
Destination=2607:5300:205:200::1
|
|
|
|
[DHCP]
|
|
UseMTU=true
|
|
|
|
[CAKE]
|
|
Bandwidth=500M
|
|
PriorityQueueingPreset=besteffort
|