summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_clientid_test.go
AgeCommit message (Expand)Author
2023-02-27New tests for ClientID & ServerIDChris Koch
2023-02-19Tests for option deserialization & gettersChris Koch
2023-02-19dhcpv6: convert every Parse function to FromBytesChris Koch
2023-02-19dhcpv6: proper DUID typesChris Koch
2023-02-18Normalize String functionsChris Koch
2020-03-05v6: add ClientID getterChris Koch
2019-01-26dhcpv6: remove unnecessary Length functionChristopher Koch
2019-01-26dhcpv6: move option code and length marshaling to Options.ToBytes.Christopher Koch
2019-01-14iana: rename HwTypeType to HWType, add package comment.Christopher Koch
2018-10-11Add some more DHCPv6 option tests. (#171)David Barr
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
2018-05-06Added tests for OptClientId and using net.HardwareAddr for DUID (#58)insomniac