Hi Andrew,
On 11/8/21 5:29 AM, Andrew Zaborowski wrote:
Reorder actions so that when we obtain the lease, we first switch to
DHCP6_STATE_BOUND and configure the address + emit
L_DHCP6_CLIENT_EVENT_LEASE_OBTAINED after that. This allows the event
handler to use l_dhcp6_client_get_lease(). l_dhcp6_client_get_lease is
hardwired to return NULL in DHCP6_STATE_REQUESTING.
Issue reported by Térence Clastres.
---
ell/dhcp6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis