summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4
AgeCommit message (Expand)Author
2021-10-26[ztpv4] typo and NITsPablo Mazzini
2021-10-25Fix buffer end location (#447)noiz
2021-10-25Adding support for parsing Ciena attributes in DHCPv4 (#450)Emanuele Fia
2021-10-25Fix nil check to prevent a panic by trying to dereference a nil pointer (#451)noiz
2021-08-27[ztpv4][cisco firepower] Check to ensure serial number in Opt 61 is not empty...Hariharakumar Narasimhakumar
2021-08-27dhcpv4: Add RelaySourcePortSubOption constantAnatole Denis
2021-08-26Adding support to parse vendor data for cisco firepower (#443)Hariharakumar Narasimhakumar
2021-06-08Make server4 package compile on Windows (#428)Guillaume Rose
2021-05-28Break circular dependency on u-rootChris Koch
2021-04-28[dhcpv4] remove NewOffer commentPablo Mazzini
2021-04-27Add dhcp Opt 124(vivc) parsing to ztp (#425)Hariharakumar Narasimhakumar
2021-04-20rearrange parse_circuitid test cases (#419)Hariharakumar Narasimhakumar
2021-04-20Adding xe interface format for Juniper qfx to list of circuit regexes (#418)Hariharakumar Narasimhakumar
2021-03-14nclient4: fix buildChris Koch
2021-03-13nclient4: Ensure server identifier matches (#410)Moritz Fischer
2021-03-10Improve ipv4 compatibilityEugene Burkov
2021-03-06Fix tests to match the change packetMarcel Moolenaar
2021-03-06Pad packets after the 'end' option to be more conformantMarcel Moolenaar
2021-01-20nclient4: WithUnicast default port should be 68 (#403)Canwu Yao
2020-09-20- rename raiValue to raiSubOptionValue to avoid confusion, and move it next t...Hu Jun
2020-09-20Merge branch 'master' of https://github.com/insomniacslk/dhcpHu Jun
2020-09-16nclients: export serverAddr and ifaceHWAddrChris Koch
2020-09-16nclient4: respect NAKsChris Koch
2020-09-16nclient4: remove unused functionsChris Koch
2020-09-16docs: fix package commentsChris Koch
2020-09-16nclient4: unexport unnecessarily exported symbolsChris Koch
2020-09-05- restore OptionGeneric.String()Hu Jun
2020-08-31- fixed some test cases broken by this PRHu Jun
2020-08-09- fix relayHumanizer.CodeHumanizer so it uses raiSubOptionCodeHu Jun
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-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-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