Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | Recursive pretty-printing with indentation | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2023-02-18 | Consistent short string messages | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2021-10-21 | Revert "[dhcpv6] don't copy the RemoteID" | Pablo Mazzini | |
This reverts commit 4cc310c391f640ff2ac15f6c56ccbba2d362a8aa. | |||
2021-10-20 | [dhcpv6] don't copy the RemoteID | Pablo Mazzini | |
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-06-01 | Add Client Link-Layer Address option for RFC 6939 support. | Tom McPhail | |
Signed-off-by: Tom McPhail <tom.mcphail@icloud.com> | |||
2020-03-09 | v6: add RemoteID getter to RelayOptions | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-09 | v6: getter for InterfaceID on RelayOptions | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-09 | v6: add RelayOptions with RelayMsg | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2020-03-06 | dhcpv6: always write 16-byte IPs | Chris Koch | |
Signed-off-by: Chris Koch <chrisko@google.com> | |||
2019-07-22 | Fixed unnecessary conversions in dhcpv6 (#305) | Christian Muehlhaeuser | |
No need to convert here. | |||
2019-03-11 | dhcpv6: standardize GetInnerMessage | Christopher Koch | |
2019-03-11 | dhcpv6: remove setters and getters. | Christopher Koch | |
- Make members directly accessible. | |||
2019-03-11 | dhcpv6: rename stuttering types. | Christopher Koch | |
dhcpv6.DHCPv6Message -> dhcpv6.Message dhcpv6.DHCPv6Relay -> dhcpv6.RelayMessage | |||
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 | |
2019-01-26 | dhcpv6: use uio buffer in DHCPv6 message parsing | Christopher Koch | |
2019-01-26 | dhcpv6: introduce options type. | Christopher Koch | |
2018-10-15 | Added String methods for types (#175) | Pablo Mazzini | |
2018-08-21 | Remove depracated function calls from the library (#145) | Mikołaj Walczak | |
2018-08-15 | NewRelayReplFromRelayForw: update error msg | Pablo Mazzini | |
2018-08-15 | NewRelayReplFromRelayForw | Pablo Mazzini | |
2018-08-15 | NewRelayReplFromRelayForw: increase test coverage | Pablo Mazzini | |
2018-08-14 | NewRelayReplFromRelayForw: add remoteid | Pablo Mazzini | |
2018-07-30 | DHCPv6: Rename Option constants to CamelCase | Sean Karlage | |
To appease linters | |||
2018-07-29 | DHCPv6: Fix message type constants | Sean Karlage | |
Renames DHCPv6 constants for message types to CamelCase | |||
2018-07-14 | Merge pull request #83 from pmazzini/master | insomniac | |
add DecapsulateRelayIndex | |||
2018-07-14 | add missing file | Pablo Mazzini | |
2018-07-14 | extend DecapsulateRelay | Pablo Mazzini | |
2018-07-12 | GetInnerRelay: update comment | Pablo Mazzini | |
2018-07-12 | add GetInnerRelay | Pablo Mazzini | |
2018-07-12 | Asynchronous client for DHCPv6 (#80) | Mikołaj Walczak | |
2018-05-26 | Add NewRelayReplFromRelayForw (#69) | Pablo Mazzini | |
2018-05-02 | UpdateOption now adds the option if missing (#55) | insomniac | |
2018-05-01 | Corrected variable name | Andrea Barberio | |
2018-05-02 | UpdateOption is now part of the DHCPv6 interface (#53) | insomniac | |
2018-04-10 | add GetInnerPeerAddr (#33) | Pablo Mazzini | |
2018-04-04 | fix DHCPv6Relay ToBytes (#28) | Pablo Mazzini | |
fix DHCPv6Relay ToBytes | |||
2017-12-23 | Added setters and getter testing for DHCPv6Relay | Andrea Barberio | |
2017-12-23 | Added setters and getters for DHCPv6Relay and basic testing | Andrea Barberio | |
2017-12-22 | Added SetOptions and AddOption to the DHCPv6 interface; Added ↵ | Andrea Barberio | |
EncapsulateRelay; refactored decapsulation | |||
2017-12-22 | Added DHCPv6Relay.Decapsulate and refactored GetInnerMessage | Andrea Barberio | |
2017-12-11 | Added DHCPv6Relay.GetInnerMessage | Andrea Barberio | |
2017-12-10 | Added GetOption, GetOneOption and IsRelay methods to DHCPv6 interface | Andrea Barberio | |
2017-12-10 | Added DHCPv6.Option() to interface, and implemented where missing | Andrea Barberio | |
2017-12-08 | Added String() to DHCPv6 interface and implemented in DHCPv6Relay | Andrea Barberio | |
2017-12-08 | Fixed DHCPv6Relay.Length() and added test | Andrea Barberio | |
2017-12-08 | Added DHCPv6.Length() and improved relay msg parsing | Andrea Barberio | |
2017-12-07 | Refactored options into the dhcpv6 package to resolve circular imports. Sadly. | Andrea Barberio | |
2017-12-07 | Relay message options instead of a raw byte sequence | Andrea Barberio | |