summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_vendor_opts_test.go
AgeCommit message (Expand)Author
2023-02-27VendorOpts: tests for FromBytes, ToBytes, and GetterChris Koch
2023-02-19dhcpv6: convert every Parse function to FromBytesChris 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-11-27dhcpv6: using stretchr test framework for OptVendorOptsAndrea Barberio
2018-11-07Adding module for DHCPv6 Vendor Options (Opt 17) (#130)Chris Gorham