mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
4bd7e99232
Now, RoutesToDNS= and RoutesToNTP= are enabled by default on DHCPv4 client. So, if DHCP server picks up DNS or NTP servers from uplink, then the routes may break CI environment. Hopefully fixes #19463.
16 lines
188 B
SYSTEMD
16 lines
188 B
SYSTEMD
[Match]
|
|
Name=veth-peer
|
|
|
|
[Network]
|
|
Address=192.168.5.1/24
|
|
IPv6AcceptRA=no
|
|
DHCPServer=yes
|
|
IPv6SendRA=yes
|
|
|
|
[IPv6Prefix]
|
|
Prefix=2002:da8:1:0::/64
|
|
|
|
[DHCPServer]
|
|
DNS=192.168.5.1
|
|
NTP=192.168.5.1
|