index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-28
[dhcpv4] remove NewOffer comment
Pablo Mazzini
2021-04-27
Add dhcp Opt 124(vivc) parsing to ztp (#425)
Hariharakumar Narasimhakumar
2021-04-20
rearrange parse_circuitid test cases (#419)
Hariharakumar Narasimhakumar
2021-04-20
Adding xe interface format for Juniper qfx to list of circuit regexes (#418)
Hariharakumar Narasimhakumar
2021-03-15
Switch to GitHub Actions
Andrea Barberio
2021-03-14
nclient4: fix build
Chris Koch
2021-03-13
nclient4: Ensure server identifier matches (#410)
Moritz Fischer
2021-03-10
Improve ipv4 compatibility
Eugene Burkov
2021-03-06
Fix tests to match the change packet
Marcel Moolenaar
2021-03-06
Pad packets after the 'end' option to be more conformant
Marcel Moolenaar
2021-01-20
nclient4: WithUnicast default port should be 68 (#403)
Canwu Yao
2020-11-12
netboot: use latest rtnl api
Pablo Mazzini
2020-09-22
Merge pull request #393 from hujun-open/master
Pablo Mazzini
2020-09-20
- rename raiValue to raiSubOptionValue to avoid confusion, and move it next t...
Hu Jun
2020-09-20
Merge branch 'master' of https://github.com/insomniacslk/dhcp
Hu Jun
2020-09-16
nclients: export serverAddr and ifaceHWAddr
Chris Koch
2020-09-16
nclient4: respect NAKs
Chris Koch
2020-09-16
nclient4: remove unused functions
Chris Koch
2020-09-16
docs: fix package comments
Chris Koch
2020-09-16
dhcp: add go.mod file
Chris Koch
2020-09-16
nclient4: unexport unnecessarily exported symbols
Chris Koch
2020-09-16
Add Additional IANA Architecture Types
Benjamin S. Allen
2020-09-05
- restore OptionGeneric.String()
Hu Jun
2020-08-31
- fixed some test cases broken by this PR
Hu Jun
2020-08-31
Merge branch 'master' of https://github.com/insomniacslk/dhcp
Hu Jun
2020-08-14
Merge pull request #394 from mcphailtom/opt_information_refresh
Pablo Mazzini
2020-08-13
Added structure, parsing and convenience fuctions for OptInformationRefreshTi...
Tom McPhail
2020-08-13
Merge pull request #392 from pmazzini/mac
Pablo Mazzini
2020-08-09
- fix relayHumanizer.CodeHumanizer so it uses raiSubOptionCode
Hu Jun
2020-08-08
ExtractMAC: use option 79
Pablo Mazzini
2020-08-06
dhcpv6: Handle IA_TA options
Anatole Denis
2020-08-02
Merge pull request #386 from hujun-open/dhcpv4_release
Pablo Mazzini
2020-07-18
- change to WithOptionCopied in NewReleaseFromACK
Hu Jun
2020-07-18
move NewReleaseFromAck to where all NewXXFromYY are
Hu Jun
2020-07-17
fix doc of NewReleaseFromACK
Hu Jun
2020-07-17
- change NewRleaseFromLease to NewRleaseFromACK, and move it to dhcpv4
Hu Jun
2020-07-16
- remove Lease.IDOptions and update corresponding struct / function
Hu Jun
2020-07-14
- fix a lint error in lease.go
Hu Jun
2020-07-14
Merge 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-11
Merge branch 'master' into dhcpv4_release
Hu Jun
2020-07-11
nclient6: optional dropped packet logging
Chris Koch
2020-07-10
- add Offer into Lease
Hu Jun
2020-07-10
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-07-10
netconf: apply v6 addresses as /128
Chris Koch
2020-06-27
remove a unused func in lease_test.go
Hu Jun
2020-06-27
remove timeout code from Release(), since it is unnecessary after some more t...
Hu Jun
2020-06-27
fix 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 packet
Hu Jun
2020-06-24
fix example_lease_test.go that caused import loop
Hu Jun
[next]