sd-dhcp6-client: fix sending prefix delegation request during rebind
authorThomas Haller <thaller@redhat.com>
Thu, 3 Feb 2022 17:55:18 +0000 (18:55 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Feb 2022 05:11:33 +0000 (14:11 +0900)
commit58da18251f468de9de4cc7b36804c924e2fd4421
tree5eb1015ebe2bacd19cc27ce3b2e32b6350ec9aef
parent166e8e36eba661ba5d30974b71241ab0e3f49f37
sd-dhcp6-client: fix sending prefix delegation request during rebind

Fixes an assertion failure "pd->type == SD_DHCP6_OPTION_IA_PD" in dhcp6_option_append_pd().

Something similar was done in commit 26a63b81322a ('sd-dhcp6-client: Fix
sending prefix delegation request (#17136)'). The justification is
probably the same.
src/libsystemd-network/sd-dhcp6-client.c