]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: also unref IPv4 ACD clients in Address objects 17356/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Oct 2020 23:11:29 +0000 (08:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Oct 2020 23:11:32 +0000 (08:11 +0900)
commit7abe175c007ce08be5f89d002b7e498c951f4537
treeeb4d118032a414a88522381b2519648712342d59
parent1c49487284645a2a318f7ab2a7f2606a2cc75d53
network: also unref IPv4 ACD clients in Address objects

This should not change any behavior, as currently link_free_engines() is
always called after all addresses are dropped. But the function may be
used in other places in the future. So, let's also stop the clients.
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-link.c