]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/address: also remove address on cancelling request
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Jan 2024 19:40:33 +0000 (04:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Jan 2024 10:17:59 +0000 (19:17 +0900)
commit4303e9806befc0c5b8067e45225e5d952f427b3a
treecc90776dc9cb69cba645fbb37724e559ad78861b
parent995389aac6e9abe4a3b70967e368e35d92581591
network/address: also remove address on cancelling request

Otherwise, the address may arrive after we call
link_drop_foreign_address() or so on reconfiguring interface.
src/network/networkd-link.c