summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_statuscode.go
AgeCommit message (Expand)Author
2021-05-28Break circular dependency on u-rootChris Koch
2020-03-05v6: Status getter for message optionsChris 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-26dhcpv6: easier option parsingChristopher Koch
2018-10-15Added String methods for types (#175)Pablo Mazzini
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
2018-05-08OptStatusCode: public fields, proper codes, and tests (#61)insomniac
2018-04-18Fixed user class and status code optionsAndrea Barberio
2018-04-18Fixed user class option lengthAndrea Barberio
2018-04-17Added user class option and fixed status code optionAndrea Barberio
2017-12-07Refactored options into the dhcpv6 package to resolve circular imports. Sadly.Andrea Barberio