summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/nclient4/lease.go
AgeCommit message (Expand)Author
2022-10-01dhcpv4: return a new lease from Renew()Dennis Marttinen
2022-07-27dhcpv4: add a client method to facilitate lease renewalsDennis Marttinen
2020-07-17- change NewRleaseFromLease to NewRleaseFromACK, and move it to dhcpv4Hu Jun
2020-07-16- remove Lease.IDOptions and update corresponding struct / functionHu Jun
2020-07-14- fix a lint error in lease.goHu Jun
2020-07-14- use modifiers to build release msg in Client.Release()Hu Jun
2020-07-10- add Offer into LeaseHu Jun
2020-06-27remove 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 packetHu Jun
2020-06-23- make changes based on discussion on PR #386 of insomniacslk/dhcpHu Jun
2020-06-18- move the example to a separate file example_lease_test.goHu Jun
2020-06-17fix some lint errorsHu Jun
2020-06-17add lease&release support for nclient4Hu Jun