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
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…
Reference in New Issue
Block a user