summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-03-27Add parsing for Option 124: Vendor-Identifying Vendor Class (#26)Brandon Bennett
2018-03-26Create CONTRIBUTORS.mdinsomniac
2018-03-26Create LICENSE (#23)insomniac
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-18Fixed file names that had the content swappedAndrea Barberio
2018-03-17Added OptionBroadcastAddressAndrea Barberio
2018-03-16dhcpv4: Added OptionDomainNameAndrea Barberio
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-10dhcpv4: fix client regressionAndrea Barberio
2018-03-10Move Exchange back to method on client, rebaseSean Karlage
2018-03-10Refactor client code, add timeout capabilitiesSean Karlage
2018-03-10dhcpv6: implemented NewClient and addressed linter warningsAndrea Barberio
2018-03-09Added stickler config for golint botAndrea Barberio
2018-03-08Fixed use of t.FatalfAndrea Barberio
2018-03-07Fixed build tag for darwin-only bsdp packageAndrea Barberio
2018-03-07Merge pull request #7 from get9/add-ciinsomniac
2018-03-07Add Travis CI configs to run testsSean Karlage
2018-03-07Add Travis CI configs to run tests, gofmt, and govetSean Karlage
2018-03-07Merge pull request #6 from get9/use-stretchr-assert-in-testsinsomniac
2018-03-06Refactor tests to use stretchr/testify/requireSean Karlage
2018-03-06Merge pull request #5 from insomniacslk/fix_typesinsomniac
2018-03-06Fixed types for BSDP tooAndrea Barberio
2018-03-06Fixed types for BSDP tooAndrea Barberio
2018-03-06Fixed types in dhcpv4 and dhcpv6Andrea Barberio
2018-03-06Fixed types in dhcpv4 and dhcpv6Andrea Barberio
2018-03-05Merge pull request #3 from get9/bsdpinsomniac
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-08Merge pull request #2 from insomniacslk/bindtodevice_darwininsomniac
2018-02-07Added OS-specific implementations for binding to a network deviceAndrea Barberio
2018-02-02More commentsAndrea Barberio
2018-02-02More commentsAndrea Barberio
2018-02-02Improved commentsAndrea Barberio
2018-02-02Changed API from NewDiscovery to NewDiscoveryForInterfaceAndrea Barberio
2018-02-02Added commentsAndrea Barberio
2018-02-02Removed wrong charAndrea Barberio
2018-02-02Replaced ugly code for generating MAC stringAndrea Barberio
2018-01-11Added value decoding in IA_NAAndrea Barberio
2017-12-29Added OptRequestedOption.AddRequestedOptionAndrea Barberio
2017-12-23Fixed OptRelayMsg.ToBytes and added testsAndrea Barberio
2017-12-23Added setters and getter testing for DHCPv6RelayAndrea Barberio
2017-12-23Added setters and getters for DHCPv6Relay and basic testingAndrea Barberio
2017-12-22Fixed bootfile URL code and added testsAndrea Barberio
2017-12-22Added SetOptions and AddOption to the DHCPv6 interface; Added EncapsulateRela...Andrea Barberio
2017-12-22Added DHCPv6Relay.Decapsulate and refactored GetInnerMessageAndrea Barberio