Age | Commit message (Expand) | Author |
2018-07-11 | NewSolicitWithCID for DHCPv6 (#76) | MikoĊaj Walczak |
2018-07-08 | add NewReplyFromDHCPv6Message (#78) | Pablo Mazzini |
2018-06-11 | add NewReplyFromRenew and NewReplyFromRebind (#72) | Pablo Mazzini |
2018-05-20 | OptIANA and OptElapsedTime now have public fields | Andrea Barberio |
2018-05-02 | UpdateOption now adds the option if missing (#55) | insomniac |
2018-05-02 | ClientID and ServerID are now public, with no setter/getter (#52) | insomniac |
2018-04-30 | add NewReplyFromRequest (#51) | Pablo Mazzini |
2018-04-30 | add NewAdvertiseFromSolicit (#50) | Pablo Mazzini |
2018-04-20 | dhcpv6: added modifiers (#41) | insomniac |
2018-04-19 | OptArchType: made field public | Andrea Barberio |
2018-04-17 | dhcpv6: added DHCPv6Message.UpdateOption | Andrea Barberio |
2017-12-13 | Added option NII | Andrea Barberio |
2017-12-11 | Changed fixed IAID value | Andrea Barberio |
2017-12-11 | Readded missing comment | Andrea Barberio |
2017-12-11 | Added OptClientArchType | Andrea Barberio |
2017-12-11 | Refactored REQUEST code into NewRequestFromAdvertise | Andrea Barberio |
2017-12-10 | Added GetOption, GetOneOption and IsRelay methods to DHCPv6 interface | Andrea Barberio |
2017-12-10 | Added DHCPv6.Option() to interface, and implemented where missing | Andrea Barberio |
2017-12-08 | Added DHCPv6.Length() and improved relay msg parsing | Andrea Barberio |
2017-12-07 | Refactored options into the dhcpv6 package to resolve circular imports. Sadly. | Andrea Barberio |
2017-12-07 | Relay message options instead of a raw byte sequence | Andrea Barberio |
2017-12-06 | Added support for DHCP relay and refactored into multiple files | Andrea Barberio |