]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp-client: unconditionally set sd_dhcp_client.request_sent when a packet is...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 Nov 2023 17:14:59 +0000 (02:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 Nov 2023 17:18:15 +0000 (02:18 +0900)
commit089362976c2a653a77f942bfeb3f61d0e180f078
tree553324e64d5538f2d0226bdc45351ac57b07c206
parentb2603465d407972fd7e52840baf018739c871d91
sd-dhcp-client: unconditionally set sd_dhcp_client.request_sent when a packet is sent

If a server replies an ACK for the initial DISCOVER, previously
request_sent was not set, so networkd handle the lease timed out.

Follow-up for 808b65a08729caa268efd57c478285ee4912d5a3.
src/libsystemd-network/sd-dhcp-client.c