]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: use newly loaded Network object if a referenced NetDev object is updated 34933/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Oct 2024 13:39:15 +0000 (22:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Oct 2024 15:58:47 +0000 (00:58 +0900)
commit00c0a944989ddc1ccc4bb0a20d435a54bd8520cd
treec7cb33cc8cb0647733bdd904b5bb6f4664cd3d64
parent173c9f639b1b80155b5843dd721f27377cb5424e
network: use newly loaded Network object if a referenced NetDev object is updated

Even if .network file is not updated, referenced NetDev object may be
different. In that case, let's use the newly loaded Network object.
src/network/networkd-network.c