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
/
client.go
Age
Commit message (
Expand
)
Author
2019-01-28
dhcpv6: moved client into dhcpv6/client6
Andrea Barberio
2018-11-27
simplify client interface (#181)
Pablo Mazzini
2018-09-30
Added listener timeout to the dhcpv6 client
Andrea Barberio
2018-09-27
Proper response handler in test
Andrea Barberio
2018-08-31
GetGlobalAddr utility function (#81)
MikoĊaj Walczak
2018-08-13
Move DHCPv6 async to seperate package
Mikolaj Walczak
2018-07-29
DHCPv6: Fix message type constants
Sean Karlage
2018-07-27
Fix indentation
Luis Fernando Estrozi
2018-07-27
Add support to encapsulated advertise replies on client.Exchange func (#96)
lestrozi
2018-07-05
DHCPv6.Exchange now applies modifiers correctly for both solicit and request ...
insomniac
2018-04-20
dhcpv6: added modifiers (#41)
insomniac
2018-04-18
dhcpv6: Client.Exchange returns all the intermediate packets
Andrea Barberio
2018-04-18
DHCPv6 client now waits for specific packet types (#38)
insomniac
2018-03-10
dhcpv6: implemented NewClient and addressed linter warnings
Andrea Barberio
2017-12-22
Added SetOptions and AddOption to the DHCPv6 interface; Added EncapsulateRela...
Andrea Barberio
2017-12-11
Refactored REQUEST code into NewRequestFromAdvertise
Andrea Barberio
2017-12-11
Refactored Solicit and added Request
Andrea Barberio
2017-12-07
Refactored options into the dhcpv6 package to resolve circular imports. Sadly.
Andrea Barberio
2017-12-06
DHCPv6 is now an interface; DHCPv6Message and DHCPv6RelayMessage are implemen...
Andrea Barberio
2017-12-05
Initial commit
Andrea Barberio