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
Age
Commit message (
Expand
)
Author
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 a unused func in lease_test.go
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-24
fix example_lease_test.go that caused import loop
Hu Jun
2020-06-23
- make changes based on discussion on PR #386 of insomniacslk/dhcp
Hu Jun
2020-06-18
fix some lint complains in example_lease_test.go
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
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-09-12
Increase DHCPv4 IP TTL from 30 to 64 (#314)
Ross Hanson
2019-08-14
Bind interface fix (#310)
borna-blazevic
2019-07-29
server4: set peer to broadcast if client IP is zero
Chris Koch
2019-07-22
Fixed unnecessary conversions (#304)
Christian Muehlhaeuser
2019-07-22
Fixed typos in dhcpv4 (#303)
Christian Muehlhaeuser
2019-06-19
nclient4: add logging options
Chris Koch
2019-05-22
Ignore bytes after end of IP packet in BroadcastRawUDPConn.ReadFrom (#292)
lprylli
2019-05-08
[CI] Added linters
Andrea Barberio
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