configuration: Use [DHCPv4] instead of [DHCP] for systemd .network file

The upstream has splitted [DHCP] into [DHCPv4] and [DHCPv6].  While we
are only enabling DHCPv4 in the example setting (in most scenario DHCPv6
is not strictly needed as SLAAC is sufficient), just use [DHCPv4]
instead of [DHCP].
This commit is contained in:
Xi Ruoyao 2023-02-17 15:10:35 +08:00
parent e4a9ca459e
commit ce779ec8c1
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -164,7 +164,7 @@ Name=<network-device-name>
[Network]
DHCP=ipv4
[DHCP]
[DHCPv4]
UseDomains=true</literal>
EOF</userinput></screen>