Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Addressed various linter warnings | Andrea Barberio | |
Mostly for dead code and potentially wrong comparisons. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-04-23 | Revert "[dhcpv6] Solicit messages derive default IAID from MAC address" | Andrea Barberio | |
This reverts commit b071bdc86a58037f6c745647c97fca202f3caef9. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-04-23 | [dhcpv6] Solicit messages derive default IAID from MAC address | Andrea Barberio | |
IAID must be set by the client. This patch generates the IAID from the MAC address of the interface. To do so, a new WithIAID modifier is added, the interface of NewSolicitWithCID now requires a hwaddr parameter, and NewAdvertiseFromSolicit copies the IA_NA option from the solicit if present. Signed-off-by: Andrea Barberio <insomniac@slackware.it> | |||
2019-03-11 | dhcpv6: remove setters and getters. | Christopher Koch | |
- Make members directly accessible. | |||
2019-03-11 | dhcpv6: rename stuttering types. | Christopher Koch | |
dhcpv6.DHCPv6Message -> dhcpv6.Message dhcpv6.DHCPv6Relay -> dhcpv6.RelayMessage | |||
2019-01-26 | dhcpv6: introduce TransactionID type | Christopher Koch | |
2018-08-21 | Remove depracated function calls from the library (#145) | MikoĊaj Walczak | |
2018-08-15 | NewRelayReplFromRelayForw | Pablo Mazzini | |
2018-08-15 | NewRelayReplFromRelayForw: increase test coverage | Pablo Mazzini | |
2018-07-29 | DHCPv6: Fix message type constants | Sean Karlage | |
Renames DHCPv6 constants for message types to CamelCase | |||
2018-05-26 | Add NewRelayReplFromRelayForw (#69) | Pablo Mazzini | |
2018-05-20 | OptIANA and OptElapsedTime now have public fields | Andrea Barberio | |
2018-04-04 | fix DHCPv6Relay ToBytes (#28) | Pablo Mazzini | |
fix DHCPv6Relay ToBytes | |||
2017-12-23 | Fixed OptRelayMsg.ToBytes and added tests | Andrea Barberio | |
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 | |