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.
20 lines
283 B
SYSTEMD
20 lines
283 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
IPv6PrivacyExtensions=yes
|
|
IPv6AcceptRA=no
|
|
DHCP=ipv6
|
|
DHCPPrefixDelegation=yes
|
|
|
|
[DHCPv6]
|
|
WithoutRA=solicit
|
|
|
|
[DHCPPrefixDelegation]
|
|
UplinkInterface=:self
|
|
SubnetId=10
|
|
Announce=no
|
|
Token=eui64
|
|
Token=::1a:2b:3c:4d
|