lwIP - A Lightweight TCP/IP stack - Patches: patch #10061, DHCPv6: add support for stateful...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10061: DHCPv6: add support for stateful DHCPv6 (RFC 8415)
Submitter: | Francesco Lavra <francescolavra> | ||
Submitted: | Thu 29 Apr 2021 12:00:33 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Attached Files
file #51334: 0001-dhcp6_information_request-fix-calculation-of-request.patch added by francescolavra (2KiB - text/x-patch)
file #51336: 0003-DHCPv6-add-support-for-stateful-DHCPv6-RFC-8415.patch added by francescolavra (26KiB - text/x-patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-04-29 | francescolavra | Attached File | - | ![]() |
Added 0001-dhcp6_information_request-fix-calculation-of-request.patch, #51334 |
Attached File | - | ![]() |
Added 0002-DHCPv6-move-static-functions.patch, #51335 | ||
Attached File | - | ![]() |
Added 0003-DHCPv6-add-support-for-stateful-DHCPv6-RFC-8415.patch, #51336 |
This adds supports for receiving IPv6 addresses from a DHCPv6 server. It implements sending of solicit, request, renew and rebind messages, and reception of advertise and reply messages.