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
/
types.go
Age
Commit message (
Expand
)
Author
2021-05-28
Break circular dependency on u-root
Chris Koch
2019-04-04
dhcpv4: add RFC3442 route options
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-20
dhcpv4: add Stringer for XID
Christopher Koch
2019-01-15
dhcpv4: print values of unknown types in stringifiers.
Christopher Koch
2019-01-14
dhcpv4: change OptionCode to an interface for humanization.
Christopher Koch
2019-01-09
dhcpv4: export packet members; remove setters and getters.
Christopher Koch
2019-01-09
dhcpv4: introduce TransactionID type.
Christopher Koch
2018-11-27
Removed unreachable code, fixed misspelling (#212)
insomniac
2018-08-19
Added String methods for types (#140)
insomniac
2018-07-27
[DHCPv4] BroadcastSendReceive now can wait for specific reply types (#95)
insomniac
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-06
Fixed types in dhcpv4 and dhcpv6
Andrea Barberio
2018-03-05
Move bsdp functionality to its own subpackage. Bring in stretchr/testify/asse...
Sean Karlage
2018-03-03
Fix issue where server would not process the INFORM[SELECT] as a select packe...
Sean Karlage
2018-03-03
Add better formatting for vendor opts
Sean Karlage
2018-03-03
Add BSDP support
Sean Karlage
2018-02-02
Added comments
Andrea Barberio
2017-12-05
Initial commit
Andrea Barberio