summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/options_test.go
AgeCommit message (Expand)Author
2019-01-24dhcpv4: nicer API for option parsing.Christopher Koch
2019-01-14dhcpv4: change OptionCode to an interface for humanization.Christopher Koch
2019-01-11dhcpv4: remove unused Option.Length function.Christopher Koch
2019-01-11dhcpv4: simplify marshaling options to binary.Christopher Koch
2019-01-10dhcpv4: simplify option parsing.Christopher Koch
2019-01-09dhcpv4: nicer (un-)marshaling of DHCP messages.Christopher Koch
2018-11-11OptRelayAgentInformation: increase coveragePablo Mazzini
2018-11-11OptRelayAgentInformation: increase coveragePablo Mazzini
2018-11-11OptRelayAgentInformation: increase coveragePablo Mazzini
2018-11-11OptRelayAgentInformation: increase coveragePablo Mazzini
2018-10-03dhcpv4: Add OptRootPath (#163)Sean Karlage
2018-08-15stop parsing after end (#132)Pablo Mazzini
2018-08-02OptClientArchType: increase coveragePablo Mazzini
2018-08-02OptClientArchType: increase coveragePablo Mazzini
2018-08-02OptClientArchType: increase coveragePablo Mazzini
2018-08-02OptClientArchType: increase coveragePablo Mazzini
2018-08-02OptClientArchType: increase coveragePablo Mazzini
2018-08-02OptClientArchTypePablo Mazzini
2018-08-02add OptClientArchTypePablo Mazzini
2018-07-29add OptRouterPablo Mazzini
2018-07-29OptSubnetMask: add options testPablo Mazzini
2018-07-25Added additional ParseOption tests (#93)Owen Mooney
2018-03-16Add more specific dhcpv4 options (#17)Sean Karlage
2018-03-13Add OptionGeneric, comment out other code so tests compile/passSean Karlage
2018-03-06Refactor tests to use stretchr/testify/requireSean Karlage
2017-12-05Initial commitAndrea Barberio