summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/duid_test.go
AgeCommit message (Collapse)Author
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-21Tests for DUID, OptIAAddress and several fixes (#66)insomniac
2018-04-09add DUID-UUID (#32)Pablo Mazzini