summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/client.go
AgeCommit message (Expand)Author
2019-01-28dhcpv6: moved client into dhcpv6/client6Andrea Barberio
2018-11-27simplify client interface (#181)Pablo Mazzini
2018-09-30Added listener timeout to the dhcpv6 clientAndrea Barberio
2018-09-27Proper response handler in testAndrea Barberio
2018-08-31GetGlobalAddr utility function (#81)MikoĊ‚aj Walczak
2018-08-13Move DHCPv6 async to seperate packageMikolaj Walczak
2018-07-29DHCPv6: Fix message type constantsSean Karlage
2018-07-27Fix indentationLuis Fernando Estrozi
2018-07-27Add support to encapsulated advertise replies on client.Exchange func (#96)lestrozi
2018-07-05DHCPv6.Exchange now applies modifiers correctly for both solicit and request ...insomniac
2018-04-20dhcpv6: added modifiers (#41)insomniac
2018-04-18dhcpv6: Client.Exchange returns all the intermediate packetsAndrea Barberio
2018-04-18DHCPv6 client now waits for specific packet types (#38)insomniac
2018-03-10dhcpv6: implemented NewClient and addressed linter warningsAndrea Barberio
2017-12-22Added SetOptions and AddOption to the DHCPv6 interface; Added EncapsulateRela...Andrea Barberio
2017-12-11Refactored REQUEST code into NewRequestFromAdvertiseAndrea Barberio
2017-12-11Refactored Solicit and added RequestAndrea Barberio
2017-12-07Refactored options into the dhcpv6 package to resolve circular imports. Sadly.Andrea Barberio
2017-12-06DHCPv6 is now an interface; DHCPv6Message and DHCPv6RelayMessage are implemen...Andrea Barberio
2017-12-05Initial commitAndrea Barberio