index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dhcpv4
/
nclient4
/
lease.go
Age
Commit message (
Expand
)
Author
2023-03-27
dhcpv4: change `NewRenewFromOffer` to `NewRenewFromAck`
Dennis Marttinen
2022-10-01
dhcpv4: return a new lease from Renew()
Dennis Marttinen
2022-07-27
dhcpv4: add a client method to facilitate lease renewals
Dennis Marttinen
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