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.
22 lines
309 B
SYSTEMD
22 lines
309 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth98
|
|
|
|
[Network]
|
|
IPv6PrivacyExtensions=yes
|
|
IPv6AcceptRA=no
|
|
DHCP=no
|
|
DHCPPrefixDelegation=yes
|
|
IPv6SendRA=yes
|
|
|
|
[DHCPPrefixDelegation]
|
|
UplinkInterface=veth99
|
|
SubnetId=9
|
|
Announce=yes
|
|
Token=eui64
|
|
Token=::1a:2b:3c:4d
|
|
|
|
[IPv6SendRA]
|
|
EmitDNS=no
|
|
EmitDomains=no
|