mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
7dc431839e
As explained in #30891, IPv6OnlyMode= should be enabled with 464XLAT support, but we do not support it yet. Let's disable by default. Fixes #30891.
20 lines
378 B
SYSTEMD
20 lines
378 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth99
|
|
|
|
[Network]
|
|
# DHCPv4 is also enabled here, but will be stopped when an IPv6 address is acquired.
|
|
DHCP=yes
|
|
IPv6Token=::1a:2b:3c:4d
|
|
|
|
[DHCPv4]
|
|
IPv6OnlyMode=yes
|
|
|
|
[Route]
|
|
Gateway=_ipv6ra
|
|
Destination=2001:1234:5:9fff:ff:ff:ff:ff/128
|
|
|
|
[IPv6AcceptRA]
|
|
# To check DNS and NTP servers are really obtained by DHCPv6
|
|
UseDNS=no
|