Age | Commit message (Expand) | Author |
---|---|---|
2020-07-17 | - change NewRleaseFromLease to NewRleaseFromACK, and move it to dhcpv4 | Hu Jun |
2020-07-16 | - remove Lease.IDOptions and update corresponding struct / function | Hu Jun |
2020-07-14 | - fix a lint error in lease.go | Hu Jun |
2020-07-14 | - use modifiers to build release msg in Client.Release() | Hu Jun |
2020-07-10 | - add Offer into Lease | Hu Jun |
2020-06-27 | remove timeout code from Release(), since it is unnecessary after some more t... | Hu Jun |
2020-06-26 | - Client.Release() now use existing conn to send packet | Hu Jun |
2020-06-23 | - make changes based on discussion on PR #386 of insomniacslk/dhcp | Hu Jun |
2020-06-18 | - move the example to a separate file example_lease_test.go | Hu Jun |
2020-06-17 | fix some lint errors | Hu Jun |
2020-06-17 | add lease&release support for nclient4 | Hu Jun |