]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: allow to (automatically) reconfigure failed interface
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Oct 2022 01:46:08 +0000 (10:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Oct 2022 19:55:20 +0000 (04:55 +0900)
commit4faca0a361011806e546f35e8f49467be3951acb
tree5ebd65d04b4a2e06d8d994d627f4ede9ac10a27f
parent081466bd57cd441632e244292036f886ceac9112
network: allow to (automatically) reconfigure failed interface

We have already allowed to reconfigure failed interface manually, but
not allowed to do automatically, e.g. on carrier gain.
This makes that failed interfaces also reconfigured automatically.

Note, the condition is inversed to shorten the condition.
src/network/networkd-link.c