Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | dhcpv6: convert every Parse function to FromBytes | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2023-02-18 | Normalize String functions | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2021-05-28 | Break circular dependency on u-root | Chris Koch | |
u-root -> dhcp -> u-root is the circular dependency. Which is fine, except we messed up modules in u-root big time. We need to break the circular dep for now. Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-10 | dhcpv6 fqdn: fix domain encoding | Pablo Mazzini | |
Signed-off-by: Pablo Mazzini <pmazzini@gmail.com> | |||
2020-02-06 | hcpv6 fqdn: implements OptionFQDN option | Xuehao (David) Hu | |
per https://tools.ietf.org/rfc/rfc4704.txt Signed-off-by: Xuehao (David) Hu <xuehaohu@google.com> |