]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: enter initialized state when the interface will be reconfigured
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Aug 2024 22:01:47 +0000 (07:01 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Aug 2024 22:29:19 +0000 (07:29 +0900)
commit685fd0d729718aab45a19567a889c8baa2e6cc65
tree7cb117be4a113b87443f93f96793093a53692707
parentebf66d0c05cf8eb7b58036e38b8be8bbf7c4dc34
network: enter initialized state when the interface will be reconfigured

When the interface is in the failed state, link_getlink_handler_internal()
will do nothing and return zero, thus the interface will not be
reconfigured, especially when the reconfiguration is triggered in
link_enter_failed().

Follow-up for c2eb7753dd47ec04ae0d66400e70bc87fbf1adcc.
src/network/networkd-link-bus.c
src/network/networkd-link.c