From 64f4b3375cc0f1ed2a7e199dc9ea283b22d922b9 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 5 Apr 2021 19:53:47 -0400 Subject: sync with archiso Imported changes: c859978 (HEAD -> master, origin/master, origin/HEAD) Revert "configs/releng: improve UX" 495721a (tag: v52) Add changelog entry for v52 8b6f354 configs/releng: improve UX 9875249 releng/packages: Add archinstall to the list of packages bc007ca Add releases section with PGP information d178183 Reduce amount of checked mirrors 0664efc Allow redirects for scripts d86f860 configs/releng: add and enable ModemManager 2c9eabd configs/releng: start DHCP client for mobile broadband edfb50a configs/releng: rename 20-wireless.network to 20-wlan.network Parabola changes: * lxde-openrc: update profiledef.sh Signed-off-by: David P --- .../releng/airootfs/etc/systemd/network/20-wwan.network | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/releng/airootfs/etc/systemd/network/20-wwan.network (limited to 'configs/releng/airootfs/etc/systemd/network/20-wwan.network') diff --git a/configs/releng/airootfs/etc/systemd/network/20-wwan.network b/configs/releng/airootfs/etc/systemd/network/20-wwan.network new file mode 100644 index 0000000..cc946fe --- /dev/null +++ b/configs/releng/airootfs/etc/systemd/network/20-wwan.network @@ -0,0 +1,15 @@ +# +# SPDX-License-Identifier: GPL-3.0-or-later + +[Match] +Type=wwan + +[Network] +DHCP=yes +IPv6PrivacyExtensions=yes + +[DHCPv4] +RouteMetric=2048 + +[DHCPv6] +RouteMetric=2048 -- cgit v1.2.2