]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: delay to configure address until it is removed on reconfigure
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Jul 2023 06:43:53 +0000 (15:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Jul 2023 07:06:17 +0000 (16:06 +0900)
commit6e8477edd3a988357ad5f5fa6610904d44ec402c
treececa96edd8d85acec19e2b5332da1f66ae341e55
parentb088c3d3fc3a7a3a659ec0fe903a29cabd66dc49
network: delay to configure address until it is removed on reconfigure

When we request an address that already exists and is under removing,
we need to wait for the address being removed. Otherwise, configuration
of a route whose preferred source is the address will fail.

Fixes #28009.
Replaces #28088.
src/network/networkd-address.c
src/network/networkd-util.h