]> git.ipfire.org Git - thirdparty/systemd.git/commit
inetwork/address-pool: also check queued addresses 28917/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Aug 2023 03:22:13 +0000 (12:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Aug 2023 03:30:26 +0000 (12:30 +0900)
commit826a46fc336122731b4914a5cf37c7f634dcb3af
tree371789164530f5c4aa9781ee22b982fb6b18cc9f
parent4212d6a1223fde8cc08a272776270c920317cae1
inetwork/address-pool: also check queued addresses

After 0a0c2672dbd22dc85d660e5baa7e1bef701beb88, acquired and queued
addresses are not directly saved into Link object, but it will be saved
later the addresses are really assigned to the interface. So, when
searching free address space, we also need to check the queued
addresses.
src/network/networkd-address-pool.c