summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/nclient4
AgeCommit message (Expand)Author
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 a unused func in lease_test.goHu 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-24fix example_lease_test.go that caused import loopHu Jun
2020-06-23- make changes based on discussion on PR #386 of insomniacslk/dhcpHu Jun
2020-06-18fix some lint complains in example_lease_test.goHu 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
2019-11-29Added option nclient4.WithHWAddrDmitrii Okunev
2019-11-28Simplified porting from client4 to nclient4Dmitrii Okunev
2019-09-24nclient6: copy & paste log infra to v6Chris Koch
2019-09-12Increase DHCPv4 IP TTL from 30 to 64 (#314)Ross Hanson
2019-08-14Bind interface fix (#310)borna-blazevic
2019-07-29server4: set peer to broadcast if client IP is zeroChris Koch
2019-07-22Fixed unnecessary conversions (#304)Christian Muehlhaeuser
2019-07-22Fixed typos in dhcpv4 (#303)Christian Muehlhaeuser
2019-06-19nclient4: add logging optionsChris Koch
2019-05-22Ignore bytes after end of IP packet in BroadcastRawUDPConn.ReadFrom (#292)lprylli
2019-05-08[CI] Added lintersAndrea Barberio
2019-04-17nclient4: fix conn race conditionChristopher Koch
2019-04-07nclient4: simplify New interfaceChristopher Koch
2019-03-27client4: add a new DHCPv4 client.Christopher Koch