mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
a27588d4e7
This just changes the names of settings, variables, functions, files, and so on. No functionality is changed. Preparation for supporting 6rd.
17 lines
252 B
SYSTEMD
17 lines
252 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=test1
|
|
|
|
[Network]
|
|
IPv6PrivacyExtensions=yes
|
|
IPv6AcceptRA=no
|
|
DHCP=no
|
|
DHCPPrefixDelegation=yes
|
|
|
|
[DHCPPrefixDelegation]
|
|
UplinkInterface=veth99
|
|
SubnetId=0
|
|
Announce=no
|
|
Token=eui64
|
|
Token=::1a:2b:3c:4d
|