1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00
systemd/test/test-network/conf/dhcp-server-timezone-router.network
Yu Watanabe 9373f5a812 test-network: fix setting name
This fixes an issue introduced by 72ffb9133d.
2021-06-08 06:33:27 +09:00

18 lines
253 B
SYSTEMD

[Match]
Name=veth-peer
[Network]
IPv6AcceptRA=false
Address=192.168.5.1/24
Address=192.168.5.2/24
DHCPServer=yes
[DHCPServer]
ServerAddress=192.168.5.1/24
PoolOffset=10
PoolSize=50
EmitRouter=yes
Timezone=Europe/Berlin
DNS=192.168.5.1
NTP=192.168.5.1