mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
Document the new setting in systemd.network(5) man page and add coverage in the networkd integration tests. Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
330 B
SYSTEMD
18 lines
330 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
IPv4Forwarding=yes
|
|
IPv6Forwarding=yes
|
|
IPv6DuplicateAddressDetection=3
|
|
IPv6HopLimit=5
|
|
IPv4ProxyARP=yes
|
|
IPv4ProxyARPPrivateVLAN=yes
|
|
IPv6ProxyNDP=yes
|
|
IPv6AcceptRA=no
|
|
IPv4AcceptLocal=yes
|
|
IPv4SrcValidMark=yes
|
|
IPv4ReversePathFilter=no
|
|
MulticastIGMPVersion=v1
|