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