summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/server_test.go
AgeCommit message (Expand)Author
2019-01-28dhcpv4: moved client into dhcpv4/client4Andrea Barberio
2019-01-24dhcpv4: getters instead of gettersChristopher Koch
2019-01-24dhcpv4: nicer API for option parsing.Christopher Koch
2019-01-15dhcpv4: conform to RFC 2131 with respect to options.Christopher Koch
2019-01-09dhcpv4: export packet members; remove setters and getters.Christopher Koch
2019-01-09dhcpv4: introduce TransactionID type.Christopher Koch
2018-11-29interfaces: added package with interface facilitiesAndrea Barberio
2018-11-27simplify client interface (#181)Pablo Mazzini
2018-11-06[WIP] Added DHCPv4 server (#178)insomniac