summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/dhcpv6relay.go
AgeCommit message (Expand)Author
2023-02-18Recursive pretty-printing with indentationChris Koch
2023-02-18Consistent short string messagesChris Koch
2021-10-21Revert "[dhcpv6] don't copy the RemoteID"Pablo Mazzini
2021-10-20[dhcpv6] don't copy the RemoteIDPablo Mazzini
2021-05-28Break circular dependency on u-rootChris Koch
2020-06-01Add Client Link-Layer Address option for RFC 6939 support.Tom McPhail
2020-03-09v6: add RemoteID getter to RelayOptionsChris Koch
2020-03-09v6: getter for InterfaceID on RelayOptionsChris Koch
2020-03-09v6: add RelayOptions with RelayMsgChris Koch
2020-03-06dhcpv6: always write 16-byte IPsChris Koch
2019-07-22Fixed unnecessary conversions in dhcpv6 (#305)Christian Muehlhaeuser
2019-03-11dhcpv6: standardize GetInnerMessageChristopher Koch
2019-03-11dhcpv6: remove setters and getters.Christopher Koch
2019-03-11dhcpv6: rename stuttering types.Christopher 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: use uio buffer in DHCPv6 message parsingChristopher Koch
2019-01-26dhcpv6: introduce options type.Christopher Koch
2018-10-15Added String methods for types (#175)Pablo Mazzini
2018-08-21Remove depracated function calls from the library (#145)Mikołaj Walczak
2018-08-15NewRelayReplFromRelayForw: update error msgPablo Mazzini
2018-08-15NewRelayReplFromRelayForwPablo Mazzini
2018-08-15NewRelayReplFromRelayForw: increase test coveragePablo Mazzini
2018-08-14NewRelayReplFromRelayForw: add remoteidPablo Mazzini
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
2018-07-29DHCPv6: Fix message type constantsSean Karlage
2018-07-14Merge pull request #83 from pmazzini/masterinsomniac
2018-07-14add missing filePablo Mazzini
2018-07-14extend DecapsulateRelayPablo Mazzini
2018-07-12GetInnerRelay: update commentPablo Mazzini
2018-07-12add GetInnerRelayPablo Mazzini
2018-07-12Asynchronous client for DHCPv6 (#80)Mikołaj Walczak
2018-05-26Add NewRelayReplFromRelayForw (#69)Pablo Mazzini
2018-05-02UpdateOption now adds the option if missing (#55)insomniac
2018-05-01Corrected variable nameAndrea Barberio
2018-05-02UpdateOption is now part of the DHCPv6 interface (#53)insomniac
2018-04-10add GetInnerPeerAddr (#33)Pablo Mazzini
2018-04-04fix DHCPv6Relay ToBytes (#28)Pablo Mazzini
2017-12-23Added setters and getter testing for DHCPv6RelayAndrea Barberio
2017-12-23Added setters and getters for DHCPv6Relay and basic testingAndrea Barberio
2017-12-22Added SetOptions and AddOption to the DHCPv6 interface; Added EncapsulateRela...Andrea Barberio
2017-12-22Added DHCPv6Relay.Decapsulate and refactored GetInnerMessageAndrea Barberio
2017-12-11Added DHCPv6Relay.GetInnerMessageAndrea Barberio
2017-12-10Added GetOption, GetOneOption and IsRelay methods to DHCPv6 interfaceAndrea Barberio
2017-12-10Added DHCPv6.Option() to interface, and implemented where missingAndrea Barberio
2017-12-08Added String() to DHCPv6 interface and implemented in DHCPv6RelayAndrea Barberio
2017-12-08Fixed DHCPv6Relay.Length() and added testAndrea Barberio
2017-12-08Added DHCPv6.Length() and improved relay msg parsingAndrea Barberio
2017-12-07Refactored options into the dhcpv6 package to resolve circular imports. Sadly.Andrea Barberio
2017-12-07Relay message options instead of a raw byte sequenceAndrea Barberio