Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | IAPrefix: tests for Getters, FromBytes, ToBytes | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2023-02-19 | dhcpv6: convert every Parse function to FromBytes | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-11 | v6: introduce Prefix options | Chris Koch | |
IAPD has PDOptions which allows IAPrefix and StatusCode. IAPrefix has PrefixOptions which allow StatusCode. Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-05 | v6: add ElapsedTime getter | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-04 | dhcpv6: allow using OptIAPrefix without initializing | Mikael Magnusson | |
Set the IPv6 prefix field to zero if the prefix is invalid or not initialized. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> | |||
2020-01-02 | v6: use time.Duration for duration fields | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2019-05-08 | Addressed various linter warnings | Andrea Barberio | |
Mostly for dead code and potentially wrong comparisons. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-01-26 | dhcpv6: remove unnecessary Length function | Christopher Koch | |
2019-01-26 | dhcpv6: move option code and length marshaling to Options.ToBytes. | Christopher Koch | |
2018-10-16 | OptIAPrefix: sub-options (#177) | Pablo Mazzini | |
2018-10-11 | Add some more DHCPv6 option tests. (#171) | David Barr | |
* Add some more DHCPv6 option tests. * Remove AddRequestedOption() duplicate detection test due to failing on Go 1.9 | |||
2018-10-09 | Avoid panic on malformed OptIAPrefix | David Barr | |
2018-04-09 | fix OptIAPrefix (#31) | Pablo Mazzini | |