Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/network/20-wlan.network
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-03-25 17:40:16 +0200
committernl6720 <nl6720@gmail.com>2021-03-26 12:18:08 +0200
commitedfb50ab6c8743c85d957a23736685ed738e46b7 (patch)
treeac9af5d84195fedacd4348a9fc518e850295079f /configs/releng/airootfs/etc/systemd/network/20-wlan.network
parent8a521d0bfaedf16b95c09b4837981c4b567b5118 (diff)
configs/releng: rename 20-wireless.network to 20-wlan.network
The file is limited to Wi-Fi (Type=wlan in networkd configuration).
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/network/20-wlan.network')
-rw-r--r--configs/releng/airootfs/etc/systemd/network/20-wlan.network15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/network/20-wlan.network b/configs/releng/airootfs/etc/systemd/network/20-wlan.network
new file mode 100644
index 0000000..73a6bbd
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/network/20-wlan.network
@@ -0,0 +1,15 @@
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+[Match]
+Type=wlan
+
+[Network]
+DHCP=yes
+IPv6PrivacyExtensions=yes
+
+[DHCPv4]
+RouteMetric=1024
+
+[DHCPv6]
+RouteMetric=1024