]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp-client: always use sd_dhcp_client.timeout_ipv6_only_mode for delaying subsequ...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Oct 2023 16:21:42 +0000 (01:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 20 Oct 2023 16:54:08 +0000 (01:54 +0900)
commit95bd6816d7f09a1505727d86cc3ce79d98f256d3
tree9223c92544fe2eecee6c14757ea4d19340bd5fc9
parent74c102d7e9e04695476ca7fe1cec088a938ffb11
sd-dhcp-client: always use sd_dhcp_client.timeout_ipv6_only_mode for delaying subsequent task

Otherwise, sd_dhcp_client_set_ipv6_connectivity() may not work, as it
checks if the timer event source is enabled or not.
src/libsystemd-network/sd-dhcp-client.c