]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: dhcp4: also release old lease in dhcp_lease_lost()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Jul 2020 01:12:18 +0000 (10:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 16 Jul 2020 01:51:46 +0000 (10:51 +0900)
commit75be72d139b64f9793e1ab04cd8737c3a176ac15
tree5997a229ce846dede3f578a2681ad0968632eb1c
parent8d5bb13d7821da9ea84ccd3c4101aa50f9296022
network: dhcp4: also release old lease in dhcp_lease_lost()

The lease lost may happen during renewing address. If it happens,
assertion hits in dhcp4_release_old_lease().
src/network/networkd-dhcp4.c
src/network/networkd-dhcp4.h
src/network/networkd-link.c