Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | [dhcpv4][client] fix lint | Pablo Mazzini | |
2021-10-25 | Fix buffer end location (#447) | noiz | |
Fix payload buffer to end at actual payload end. UDP header length includes the 8 bytes of the header so we do not want the +8 at the end of the buffer. Signed-off-by: noiz <noiz@users.noreply.github.com> Co-authored-by: Pablo Mazzini <pmazzini@gmail.com> | |||
2021-10-25 | Fix nil check to prevent a panic by trying to dereference a nil pointer (#451) | noiz | |
Signed-off-by: noiz <noiz@users.noreply.github.com> | |||
2019-11-28 | Simplified porting from client4 to nclient4 | Dmitrii Okunev | |
Signed-off-by: Dmitrii Okunev <xaionaro@fb.com> | |||
2019-01-28 | [dhcpv4] move default to main directory | Pablo Mazzini | |
2019-01-28 | dhcpv4: moved client into dhcpv4/client4 | Andrea Barberio | |