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
/
options_test.go
Age
Commit message (
Expand
)
Author
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-14
dhcpv4: change OptionCode to an interface for humanization.
Christopher Koch
2019-01-11
dhcpv4: remove unused Option.Length function.
Christopher Koch
2019-01-11
dhcpv4: simplify marshaling options to binary.
Christopher Koch
2019-01-10
dhcpv4: simplify option parsing.
Christopher Koch
2019-01-09
dhcpv4: nicer (un-)marshaling of DHCP messages.
Christopher Koch
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-10-03
dhcpv4: Add OptRootPath (#163)
Sean Karlage
2018-08-15
stop parsing after end (#132)
Pablo Mazzini
2018-08-02
OptClientArchType: increase coverage
Pablo Mazzini
2018-08-02
OptClientArchType: increase coverage
Pablo Mazzini
2018-08-02
OptClientArchType: increase coverage
Pablo Mazzini
2018-08-02
OptClientArchType: increase coverage
Pablo Mazzini
2018-08-02
OptClientArchType: increase coverage
Pablo Mazzini
2018-08-02
OptClientArchType
Pablo Mazzini
2018-08-02
add OptClientArchType
Pablo Mazzini
2018-07-29
add OptRouter
Pablo Mazzini
2018-07-29
OptSubnetMask: add options test
Pablo Mazzini
2018-07-25
Added additional ParseOption tests (#93)
Owen Mooney
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
Refactor tests to use stretchr/testify/require
Sean Karlage
2017-12-05
Initial commit
Andrea Barberio