Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Addressed more linter warnings | Andrea Barberio | |
Mostly addressed missing error checking. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-04-29 | [server6] Server should join multicast address | Andrea 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-11 | dhcpv6: remove setters and getters. | Christopher Koch | |
- Make members directly accessible. | |||
2019-01-28 | dhcpv6: moved client into dhcpv6/client6 | Andrea Barberio | |
2019-01-26 | dhcpv6: introduce TransactionID type | Christopher Koch | |
2018-08-31 | GetGlobalAddr utility function (#81) | MikoĊaj Walczak | |
2018-08-13 | Move DHCPv6 async to seperate package | Mikolaj Walczak | |