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
/
bsdp
Age
Commit message (
Expand
)
Author
2018-07-29
add NewReplyFromRequest (#100)
Pablo Mazzini
2018-07-27
[DHCPv4] BroadcastSendReceive now can wait for specific reply types (#95)
insomniac
2018-07-27
BSDP: Refactor to use dhcpv4.GetOneOption (#94)
Sean Karlage
2018-04-18
Fixed DHCPv4 listener (#37)
insomniac
2018-03-30
Remove build tags (#27)
Sean Karlage
2018-03-26
Add some more specific bsdp options + vendor specific implementation (#21)
Sean Karlage
2018-03-22
Add vendor specific information option
Sean Karlage
2018-03-22
Add specific BSDP options
Sean Karlage
2018-03-16
Add more specific dhcpv4 options (#17)
Sean Karlage
2018-03-13
Add OptionGeneric, comment out other code so tests compile/pass
Sean Karlage
2018-03-10
Move Exchange back to method on client, rebase
Sean Karlage
2018-03-10
Refactor client code, add timeout capabilities
Sean Karlage
2018-03-07
Fixed build tag for darwin-only bsdp package
Andrea Barberio
2018-03-06
Refactor tests to use stretchr/testify/require
Sean Karlage
2018-03-06
Fixed types for BSDP too
Andrea Barberio
2018-03-05
Move bsdp functionality to its own subpackage. Bring in stretchr/testify/asse...
Sean Karlage