mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
15 lines
225 B
SYSTEMD
15 lines
225 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Match]
|
||
|
Name=veth-peer
|
||
|
|
||
|
[Network]
|
||
|
IPv6AcceptRA=false
|
||
|
DHCPServer=yes
|
||
|
|
||
|
[DHCPServer]
|
||
|
ServerAddress=192.168.5.1/24
|
||
|
PoolOffset=10
|
||
|
PoolSize=50
|
||
|
UplinkInterface=dummy98
|
||
|
Router=192.168.5.3
|