Skip to content
Snippets Groups Projects

configs/releng/airootfs/etc/systemd/network/: match by globbing the interface name instead of matching the type

Merged nl6720 requested to merge nl6720/archiso:networkd-replace-type-with-name into master
3 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2,7 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
[Match]
Type=ether
Name=en*
Name=eth*
[Network]
DHCP=yes
Loading