]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-setlink.c
network: do not silently stop to process configuration on activation failure
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Jul 2022 21:04:51 +0000 (06:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Jul 2022 23:11:36 +0000 (08:11 +0900)
commitb05e52000b4eee764b383cc3031da0a3739e996e
tree58cd9bd6f9a06ae025e6ef432f1018075ff1cd6d
parentc9fbe0bd10e7f2bc553905aeb4ab9b8d9370ca61
network: do not silently stop to process configuration on activation failure

Previously, if activation failed, link did not enter the failed state,
but still Link.activated flag not set. Hence, nothing processed even if
the interface is manually brought up later.

Partially fixes #23649.
src/network/networkd-setlink.c