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
/
client.go
Age
Commit message (
Expand
)
Author
2021-03-14
nclient4: fix build
Chris Koch
2021-03-13
nclient4: Ensure server identifier matches (#410)
Moritz Fischer
2021-01-20
nclient4: WithUnicast default port should be 68 (#403)
Canwu Yao
2020-09-16
nclients: export serverAddr and ifaceHWAddr
Chris Koch
2020-09-16
nclient4: respect NAKs
Chris Koch
2020-07-16
- remove Lease.IDOptions and update corresponding struct / function
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-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
add lease&release support for nclient4
Hu Jun
2019-11-29
Added option nclient4.WithHWAddr
Dmitrii Okunev
2019-11-28
Simplified porting from client4 to nclient4
Dmitrii Okunev
2019-09-24
nclient6: copy & paste log infra to v6
Chris Koch
2019-06-19
nclient4: add logging options
Chris Koch
2019-04-17
nclient4: fix conn race condition
Christopher Koch
2019-04-07
nclient4: simplify New interface
Christopher Koch
2019-03-27
client4: add a new DHCPv4 client.
Christopher Koch