mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
The proxy ARP private VLAN sysctl is useful for VLAN aggregation, see https://sysctl-explorer.net/net/ipv4/proxy_arp_pvlan/ for details.
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
IPForward=true
|
|
IPv6PrivacyExtensions=true
|
|
IPv6DuplicateAddressDetection=3
|
|
IPv6HopLimit=5
|
|
IPv4ProxyARP=true
|
|
IPv4ProxyARPPrivateVLAN=true
|
|
IPv6ProxyNDP=true
|