network: make 89-ethernet.network match only physical interfaces

For safety. We already add similar condition to a generated one:
c25aa6c8ac
This commit is contained in:
Yu Watanabe 2023-11-08 23:05:09 +09:00
parent f139393dd2
commit e5188e4f9b

View File

@ -9,8 +9,9 @@
# by systemd-networkd and edit it there. # by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades. # This file should not be edited in place, because it'll be overwritten on upgrades.
# Enable DHCPv4 and DHCPv6 on all ethernet links # Enable DHCPv4 and DHCPv6 on all physical ethernet links
[Match] [Match]
Kind=!*
Type=ether Type=ether
[Network] [Network]