mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
0d34228fc0
We missing a default route. Add gateway first. This fixes https://github.com/systemd/systemd/issues/5430
16 lines
233 B
SYSTEMD
16 lines
233 B
SYSTEMD
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
LinkLocalAddressing=ipv6
|
|
Address=2001:1234:5:8f63::1/128
|
|
IPv6AcceptRA=no
|
|
|
|
[Route]
|
|
Destination=2001:1234:5:8fff:ff:ff:ff:ff/128
|
|
Scope=link
|
|
|
|
[Route]
|
|
Destination=::/0
|
|
Gateway=2001:1234:5:8fff:ff:ff:ff:ff
|