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
path:
root
/
dhcpv4
Age
Commit message (
Expand
)
Author
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-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-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
nclient4: unexport unnecessarily exported symbols
Chris Koch
2020-09-05
- restore OptionGeneric.String()
Hu Jun
2020-08-31
- fixed some test cases broken by this PR
Hu Jun
2020-08-09
- fix relayHumanizer.CodeHumanizer so it uses raiSubOptionCode
Hu Jun
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
- use modifiers to build release msg in Client.Release()
Hu Jun
2020-07-10
- add Offer into Lease
Hu Jun
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
2020-06-23
- make changes based on discussion on PR #386 of insomniacslk/dhcp
Hu Jun
2020-06-23
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-06-20
dhcpv4: Fix a panic in parsing of route options
Anatole Denis
2020-06-20
dhcpv4: Also write out 0-length options
Anatole Denis
2020-06-20
dhcpv4: Remove hlen parameter special case in ToBytes()
Anatole Denis
2020-06-20
dhcpv4: Avoid a panic in ToBytes() with long strings
Anatole Denis
2020-06-20
dhcpv4: Consolidate identical tests into 1
Anatole Denis
2020-06-20
dhcpv4: Add go-fuzz endpoint
Anatole Denis
2020-06-18
fix some lint complains in example_lease_test.go
Hu Jun
2020-06-18
- move the example to a separate file example_lease_test.go
Hu Jun
2020-06-17
fix some lint errors
Hu Jun
2020-06-17
add lease&release support for nclient4
Hu Jun
2020-03-28
remove some tests
Pablo Mazzini
2020-03-19
Added support for a custom logger when instantiating the server4 or
Valerio Santinelli
2020-01-24
Fix a compare in Serve() of IP4 Zero to use an IP4 address
Ronald G. Minnich
2019-12-03
dhcpv4: add Client Identifier option; respect RFC 6842
Chris Koch
2019-12-03
dhcpv4: add max lease time
Chris Koch
2019-11-29
Added option nclient4.WithHWAddr
Dmitrii Okunev
2019-11-28
Simplified porting from client4 to nclient4
Dmitrii Okunev
[prev]
[next]