mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
1e86c83308
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
35 lines
492 B
SYSTEMD
35 lines
492 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
DHCP=no
|
|
IPv6SendRA=yes
|
|
|
|
[IPv6SendRA]
|
|
UplinkInterface=dummy98
|
|
|
|
[IPv6Prefix]
|
|
Prefix=2001:db8:0:1::/64
|
|
|
|
[IPv6Prefix]
|
|
Prefix=2001:db8:0:2::/64
|
|
Assign=yes
|
|
Token=::1a:2b:3c:4d
|
|
Token=static:::fa:de:ca:fe
|
|
|
|
[IPv6Prefix]
|
|
Prefix=2001:db8:0:3::/64
|
|
|
|
[IPv6RoutePrefix]
|
|
Route=2001:db0:fff::/64
|
|
LifetimeSec=1000
|
|
|
|
[IPv6RoutePrefix]
|
|
Route=2001:db1:fff::/64
|
|
LifetimeSec=1000
|
|
|
|
[IPv6RoutePrefix]
|
|
Route=2001:db2:fff::/64
|
|
LifetimeSec=1000
|