summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/nclient4
AgeCommit message (Expand)Author
2023-08-16dragonfly: Initial porting workAntonio Huete Jimenez
2023-07-31stylistic changesKonnovKM
2023-07-27isValid() methodKonnovKM
2023-07-18no continueKonnovKM
2023-07-18header size checkKonnovKM
2023-04-13Fix errorsBrian Kemper
2023-04-13Remove mdlayher/raw depBrian Kemper
2023-03-27Merge branch 'master' into renew-from-ackPablo Mazzini
2023-03-27dhcpv4: change `NewRenewFromOffer` to `NewRenewFromAck`Dennis Marttinen
2023-03-25dhcpv4: implement interface for sending INFORM requestsDennis Marttinen
2022-10-01dhcpv4: return a new lease from Renew()Dennis Marttinen
2022-07-27dhcpv4: add a client method to facilitate lease renewalsDennis Marttinen
2022-01-19nclient4: support BSDsChris Koch
2021-12-13fix: check IP/UDP header size before trying to access itAndrey Smirnov
2021-05-28Break circular dependency on u-rootChris Koch
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-09-16nclient4: remove unused functionsChris Koch
2020-09-16nclient4: unexport unnecessarily exported symbolsChris Koch
2020-07-17- change NewRleaseFromLease to NewRleaseFromACK, and move it to dhcpv4Hu Jun
2020-07-16- remove Lease.IDOptions and update corresponding struct / functionHu Jun
2020-07-14- fix a lint error in lease.goHu 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-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