8a521d0bfa
* Match the device type instead of the interface name. * Replace DHCP section with DHCPv4/DHCPv6. systemd split the sections.
16 lines
165 B
SYSTEMD
16 lines
165 B
SYSTEMD
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
[Match]
|
|
Type=wlan
|
|
|
|
[Network]
|
|
DHCP=yes
|
|
IPv6PrivacyExtensions=yes
|
|
|
|
[DHCPv4]
|
|
RouteMetric=1024
|
|
|
|
[DHCPv6]
|
|
RouteMetric=1024
|