configs/releng: start DHCP client for mobile broadband
Add /etc/systemd/network/20-wwan.network Related to #110.
This commit is contained in:
parent
edfb50ab6c
commit
2c9eabd53f
1 changed files with 15 additions and 0 deletions
15
configs/releng/airootfs/etc/systemd/network/20-wwan.network
Normal file
15
configs/releng/airootfs/etc/systemd/network/20-wwan.network
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue