index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dhcpv6
/
dhcpv6relay.go
Age
Commit message (
Expand
)
Author
2023-02-18
Recursive pretty-printing with indentation
Chris Koch
2023-02-18
Consistent short string messages
Chris Koch
2021-10-21
Revert "[dhcpv6] don't copy the RemoteID"
Pablo Mazzini
2021-10-20
[dhcpv6] don't copy the RemoteID
Pablo Mazzini
2021-05-28
Break circular dependency on u-root
Chris Koch
2020-06-01
Add Client Link-Layer Address option for RFC 6939 support.
Tom McPhail
2020-03-09
v6: add RemoteID getter to RelayOptions
Chris Koch
2020-03-09
v6: getter for InterfaceID on RelayOptions
Chris Koch
2020-03-09
v6: add RelayOptions with RelayMsg
Chris Koch
2020-03-06
dhcpv6: always write 16-byte IPs
Chris Koch
2019-07-22
Fixed unnecessary conversions in dhcpv6 (#305)
Christian Muehlhaeuser
2019-03-11
dhcpv6: standardize GetInnerMessage
Christopher Koch
2019-03-11
dhcpv6: remove setters and getters.
Christopher Koch
2019-03-11
dhcpv6: rename stuttering types.
Christopher Koch
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
2018-07-29
DHCPv6: Fix message type constants
Sean Karlage
2018-07-14
Merge pull request #83 from pmazzini/master
insomniac
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
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 EncapsulateRela...
Andrea Barberio
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
[next]