Re: [PATCH 1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode
Denis Kenzior <[email protected]>
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrew, On 10/3/22 17:28, Andrew Zaborowski wrote: > Make sure we emit the LEASE_OBTAINED and not LEASE_RENEWED event after > obtaining a reply to an Information-Request. Only set > client->request_na in stateful mode so as not to require the NA in the > lease object when we're later validating it. Fix switching to BOUND > state after dhcp6_client_receive_reply() returns BOUND. > --- > ell/dhcp6.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > All applied, thanks. Regards, -Denis