]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: forcibly reconfigure all interfaces after sleep
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Nov 2022 04:36:52 +0000 (13:36 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 1 Nov 2022 10:47:33 +0000 (11:47 +0100)
commita39a9ac8065c29330207838b70fe388bde2bc254
tree6914d88da4b0f112778d54f3e3a0b736ba89584f
parent3e2f7c46da528775f90c521e4cf22c2f61f82a81
network: forcibly reconfigure all interfaces after sleep

Previously, interfaces are partially reconfigured in a spurious way.
Let's use the same way as `networkctl reconfigure`.

Hopefully fixes #14987 and #24997.
src/network/networkd-link.c
src/network/networkd-manager.c