summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/bsdp/bsdp.go
AgeCommit message (Expand)Author
2019-01-11dhcpv4: simplify marshaling options to binary.Christopher Koch
2019-01-10dhcpv4: simplify option parsing.Christopher Koch
2019-01-09dhcpv4: export packet members; remove setters and getters.Christopher Koch
2018-10-03BSDP: Fix MessageTypeFromPacket to return a pointerSean Karlage
2018-10-01add commentSean Karlage
2018-10-01BSDP: Add MessageTypeFromPacket helperSean Karlage
2018-08-15Merge branch 'master' into bsdp-acksSean Karlage
2018-08-15Put back NewInformListForInterface to maintain compatSean Karlage
2018-08-15Add nil check for Images sliceSean Karlage
2018-08-14BSDP: Add code to generate ACKs for INFORMsSean Karlage
2018-07-29Add some helper tools for testsSean Karlage
2018-07-29DHCPv4: Refactor methods for easier testingSean Karlage
2018-07-29add NewReplyFromRequest (#100)Pablo Mazzini
2018-07-27BSDP: Refactor to use dhcpv4.GetOneOption (#94)Sean Karlage
2018-03-30Remove build tags (#27)Sean Karlage
2018-03-26Add some more specific bsdp options + vendor specific implementation (#21)Sean Karlage
2018-03-22Add vendor specific information optionSean Karlage
2018-03-22Add specific BSDP optionsSean Karlage
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
2018-03-05Move bsdp functionality to its own subpackage. Bring in stretchr/testify/asse...Sean Karlage