mirror of
https://github.com/systemd/systemd.git
synced 2024-10-29 13:25:43 +03:00
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
14 lines
180 B
SYSTEMD
14 lines
180 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth-peer
|
|
|
|
[NetworkEmulator]
|
|
DelaySec=15
|
|
|
|
[Network]
|
|
IPv6AcceptRA=no
|
|
IPv6SendRA=yes
|
|
|
|
[IPv6Prefix]
|
|
Prefix=2002:da8:1:0::/64
|