summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/duid.go
AgeCommit message (Collapse)Author
2023-02-27New tests for ClientID & ServerIDChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19dhcpv6 DUID: re-add Equal functionChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-19dhcpv6: proper DUID typesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2019-01-19dhcpv6: added Duid.EqualAndrea Barberio
2019-01-14iana: rename HwTypeType to HWType, add package comment.Christopher Koch
2018-10-15Added String methods for types (#175)Pablo Mazzini
2018-06-11Pass through unknown DUIDs (#71)Michael Stapelberg
I’m building on a program which works with user-supplied DUIDs. Before this change, the code would panic when users provide a DUID which is not (yet) implemented. In addition to this being a better failure mode, the behavior is also mandated by the DHCPv6 RFC: https://tools.ietf.org/html/rfc3315#section-9 states: Clients and servers MUST treat DUIDs as opaque values and MUST only compare DUIDs for equality.
2018-05-06Added tests for OptClientId and using net.HardwareAddr for DUID (#58)insomniac
2018-04-09add DUID-UUID (#32)Pablo Mazzini
2018-03-06Fixed types in dhcpv4 and dhcpv6Andrea Barberio
2017-12-10Fixed DUID_LL handlingAndrea Barberio
2017-12-08Fixed DHCPv6Relay.Length() and added testAndrea Barberio