summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_domainsearchlist.go
AgeCommit message (Collapse)Author
2023-02-19dhcpv6: convert every Parse function to FromBytesChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2023-02-18Normalize String functionsChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
2020-03-05v6: DomainSearchList getterChris Koch
Signed-off-by: Chris Koch <chrisko@google.com>
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
- move option parsing to uio buffer library. - move option code and length reading into FromBytes rather than implementing it in each OptionParser.
2018-11-21rfc1035label: using a structure to hold original dataAndrea Barberio
2018-08-01add OptDomainSearch (#111)insomniac
2018-08-01rename dnscompress to rfc1035labelPablo Mazzini
2018-08-01extract rfc1035labelPablo Mazzini
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
To appease linters
2018-05-12OptDomainSearchList: made fields public and added unit tests (#64)insomniac
2017-12-07Refactored options into the dhcpv6 package to resolve circular imports. Sadly.Andrea Barberio