mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-20 14:03:39 +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).
16 lines
295 B
SYSTEMD
16 lines
295 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=client-peer
|
|
|
|
[Network]
|
|
Address=192.168.6.2/24
|
|
DHCPServer=yes
|
|
IPForward=ipv4
|
|
IPv6AcceptRA=no
|
|
|
|
[DHCPServer]
|
|
RelayTarget=192.168.5.1
|
|
BindToInterface=no
|
|
RelayAgentCircuitId=string:sample_circuit_id
|
|
RelayAgentRemoteId=string:sample_remote_id
|