Merge remote-tracking branch 'nl6720/networkd-replace-type-with-name'

* nl6720/networkd-replace-type-with-name:
  configs/releng/airootfs/etc/systemd/network/: match by globbing the interface name instead of matching the type
This commit is contained in:
David Runge 2021-05-29 16:55:35 +02:00
commit 85c7cbee69
No known key found for this signature in database
GPG Key ID: 7258734B41C31549
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
[Match]
Type=ether
Name=en*
Name=eth*
[Network]
DHCP=yes

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
[Match]
Type=wlan
Name=wl*
[Network]
DHCP=yes

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
[Match]
Type=wwan
Name=ww*
[Network]
DHCP=yes