summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/nclient4/client.go
AgeCommit message (Expand)Author
2021-03-14nclient4: fix buildChris Koch
2021-03-13nclient4: Ensure server identifier matches (#410)Moritz Fischer
2021-01-20nclient4: WithUnicast default port should be 68 (#403)Canwu Yao
2020-09-16nclients: export serverAddr and ifaceHWAddrChris Koch
2020-09-16nclient4: respect NAKsChris Koch
2020-07-16- remove Lease.IDOptions and update corresponding struct / functionHu 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-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-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-06-19nclient4: add logging optionsChris Koch
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