summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_vendor_opts.go
AgeCommit message (Expand)Author
2023-02-19dhcpv6: convert every Parse function to FromBytesChris Koch
2023-02-18Recursive pretty-printing with indentationChris Koch
2023-02-18Normalize String functionsChris Koch
2021-05-28Break circular dependency on u-rootChris Koch
2019-07-22Fixed unnecessary conversions in dhcpv6 (#305)Christian Muehlhaeuser
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
2019-01-26dhcpv6: introduce options type.Christopher Koch
2018-11-27Removed unreachable code, fixed misspelling (#212)insomniac
2018-11-07Adding module for DHCPv6 Vendor Options (Opt 17) (#130)Chris Gorham