]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: log when no matching .network file found
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 Sep 2024 18:24:19 +0000 (03:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2024 17:27:13 +0000 (02:27 +0900)
commit5872ea700811bf3d2b9839812736675174a9d636
tree65737fa3e5724b6b6fcd46ea3b89dc5f201377cb
parentd80a9042cada88bc2ad2726de104292b2fd7ce57
network: log when no matching .network file found

When an interface enters unmanaged state, there are two possibilities:
- no matching .network file found,
- found a matching .network with Unmanaged=yes.

When a matching .network file is found, networkd logs the filename.
Let's also log when no matching .network file is found.

This also slightly adjust the log message when a matching .network file
found.

Closes #34436.
src/network/networkd-link.c