summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-08-13Merge pull request #392 from pmazzini/macPablo Mazzini
2020-08-08ExtractMAC: use option 79Pablo Mazzini
2020-08-06dhcpv6: Handle IA_TA optionsAnatole Denis
2020-08-02Merge pull request #386 from hujun-open/dhcpv4_releasePablo Mazzini
2020-07-18- change to WithOptionCopied in NewReleaseFromACKHu Jun
2020-07-18move NewReleaseFromAck to where all NewXXFromYY areHu Jun
2020-07-17fix doc of NewReleaseFromACKHu Jun
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-14Merge branch 'dhcpv4_release' of https://github.com/hujun-open/dhcp into dhcp...Hu Jun
2020-07-14- use modifiers to build release msg in Client.Release()Hu Jun
2020-07-11Merge branch 'master' into dhcpv4_releaseHu Jun
2020-07-11nclient6: optional dropped packet loggingChris Koch
2020-07-10- add Offer into LeaseHu Jun
2020-07-10Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...Hu Jun
2020-07-10netconf: apply v6 addresses as /128Chris Koch
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-27fix a broken test in server_test.go, caused by update of Client.Request() whi...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-23Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...Hu Jun
2020-06-20dhcpv4: Fix a panic in parsing of route optionsAnatole Denis
2020-06-20dhcpv4: Also write out 0-length optionsAnatole Denis
2020-06-20dhcpv4: Remove hlen parameter special case in ToBytes()Anatole Denis
2020-06-20dhcpv4: Avoid a panic in ToBytes() with long stringsAnatole Denis
2020-06-20dhcpv4: Consolidate identical tests into 1Anatole Denis
2020-06-20dhcpv4: Add go-fuzz endpointAnatole Denis
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
2020-06-01Merge pull request #384 from mcphailtom/add_clientlinklayeraddress_rfc6939Pablo Mazzini
2020-06-01Merge branch 'master' into add_clientlinklayeraddress_rfc6939Pablo Mazzini
2020-06-01pin golangci-lint versionPablo Mazzini
2020-06-01Add Client Link-Layer Address option for RFC 6939 support.Tom McPhail
2020-04-21Generate new TransactionID for RequestTom McPhail
2020-04-02adding fallback logic to remote id parsingakshay navale
2020-03-28update README and CONTRIBUTORSPablo Mazzini
2020-03-28Merge pull request #371 from tanis2000/server-loggerPablo Mazzini
2020-03-28remove some testsPablo Mazzini
2020-03-19Added support for a custom logger when instantiating the server4 orValerio Santinelli
2020-03-11v6: introduce Prefix optionsChris Koch
2020-03-11v6: rename IAPD option to be shorterChris Koch
2020-03-11rtr7 has moved to go modulesChris Koch
2020-03-10dhcpv6 fqdn: fix domain encodingPablo Mazzini
2020-03-10Merge pull request #363 from mikma/feature/ia-pdPablo Mazzini
2020-03-10dhcpv6: add IA_PD to request from advertiseMikael Magnusson