mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
22 lines
326 B
SYSTEMD
22 lines
326 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
|
|
UnassignedSubnetPolicy=blackhole
|
|
|
|
[DHCPPrefixDelegation]
|
|
UplinkInterface=:self
|
|
SubnetId=10
|
|
Announce=no
|
|
Token=eui64
|
|
Token=::1a:2b:3c:4d
|
|
Assign=no
|