summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/async/client.go
AgeCommit message (Collapse)Author
2019-05-08Addressed more linter warningsAndrea Barberio
Mostly addressed missing error checking. Signed-off-by: Andrea Barberio <insomniac@slackware.it>
2019-04-29[server6] Server should join multicast addressAndrea Barberio
The previous logic was wrong - there's no "listening" on multicast address, the server should listen on the given address, and join the multicast group. This PR fixes it. Also moved the multicast addresses to a common package. Tested with unit/integ tests, and with coredhcp. Signed-off-by: Andrea Barberio <insomniac@slackware.it>
2019-03-11dhcpv6: remove setters and getters.Christopher Koch
- Make members directly accessible.
2019-01-28dhcpv6: moved client into dhcpv6/client6Andrea Barberio
2019-01-26dhcpv6: introduce TransactionID typeChristopher Koch
2018-08-31GetGlobalAddr utility function (#81)MikoĊ‚aj Walczak
2018-08-13Move DHCPv6 async to seperate packageMikolaj Walczak