Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-08 | Also simplified corresponding v6 modifiers | Andrea Barberio | |
2018-12-08 | Added netconf v4 tests and required modifiers | Andrea Barberio | |
2018-12-08 | Added netconf basic testing and required modifiers | Andrea Barberio | |
2018-11-29 | interfaces: added package with interface facilities | Andrea Barberio | |
2018-11-27 | simplify client interface (#181) | Pablo Mazzini | |
2018-11-27 | Removed ineffective assignment | Andrea Barberio | |
2018-11-27 | Added missing check in tests | Andrea Barberio | |
2018-11-27 | dhcpv6: using stretchr test framework for OptVendorOpts | Andrea Barberio | |
2018-11-27 | Removed unreachable code, fixed misspelling (#212) | insomniac | |
* Removed unreachable code * Addressed misspelling errors | |||
2018-11-27 | Test TransactionID generation | Mikołaj Walczak | |
2018-11-26 | Add missing error check in GenerateTransactionID | Mikołaj Walczak | |
2018-11-21 | rfc1035label: using a structure to hold original data | Andrea Barberio | |
2018-11-20 | Added example for DHCPv6 server | Andrea Barberio | |
2018-11-18 | iputils: add ExtractMAC (#199) | insomniac | |
2018-11-18 | iputils: add ExtractMAC | Pablo Mazzini | |
2018-11-18 | iputils: add ExtractMAC | Pablo Mazzini | |
2018-11-18 | ExtractMAC: increase coverage | Pablo Mazzini | |
2018-11-18 | iputils: add ExtractMAC | Pablo Mazzini | |
2018-11-13 | Consolidated v6 and v4 server handlers (#196) | insomniac | |
* Uniformed DHCPv6 and DHCPv4 servers * Reverted main goroutine * Reverted example code too * Added conn fix | |||
2018-11-12 | Make server handlers async | Andrea Barberio | |
2018-11-12 | server: do not skip network errors in ActivateAndServe | Andrea Barberio | |
2018-11-07 | Adding module for DHCPv6 Vendor Options (Opt 17) (#130) | Chris Gorham | |
2018-10-16 | OptIAPrefix: sub-options (#177) | Pablo Mazzini | |
2018-10-15 | OptIAForPrefixDelegation: make fields public (#176) | Pablo Mazzini | |
2018-10-15 | Added String methods for types (#175) | Pablo Mazzini | |
2018-10-11 | Add some more DHCPv6 option tests. (#171) | David Barr | |
* Add some more DHCPv6 option tests. * Remove AddRequestedOption() duplicate detection test due to failing on Go 1.9 | |||
2018-10-09 | Avoid panic on malformed OptIAPrefix | David Barr | |
2018-10-06 | Dynamically determine loopback interface for server test (#167) | David Barr | |
* Dynamically determine loopback interface for server test "lo" isn't configured everywhere. In FreeBSD for example, TestServerActivateAndServe() fails as the loopback address is "lo0", not "lo". Also, I don't believe the Zone is required for net.UDPAddr as ::1 is being used, not an fe80:: address. * Add error handling to getLoopbackInterface() - My editor also snuck in some space indentation | |||
2018-10-06 | Add support for DHCPv6-PD sub-options (#166) | David Barr | |
2018-09-30 | Added listener timeout to the dhcpv6 client | Andrea Barberio | |
2018-09-27 | Addressed feedback | Andrea Barberio | |
2018-09-27 | fix race conditions | Andrea Barberio | |
2018-09-27 | linter | Andrea Barberio | |
2018-09-27 | Proper response handler in test | Andrea Barberio | |
2018-09-27 | Linter | Andrea Barberio | |
2018-09-27 | Async read and tests | Andrea Barberio | |
2018-09-27 | Added client and server constructor tests | Andrea Barberio | |
2018-09-27 | linter | Andrea Barberio | |
2018-09-27 | Implemented basic DHCPv6 server handler | Andrea Barberio | |
2018-09-12 | NewReplyFromDHCPv6Message: reply to information request | Pablo Mazzini | |
2018-08-31 | GetGlobalAddr utility function (#81) | Mikołaj Walczak | |
2018-08-22 | add OptVendorClass (#148) | Pablo Mazzini | |
2018-08-21 | Remove depracated function calls from the library (#145) | Mikołaj Walczak | |
2018-08-20 | ORO Modifier (#144) | Mikołaj Walczak | |
2018-08-19 | Added String methods for types (#140) | insomniac | |
* Added String methods for types * Reverted change on bsdp.OptionCode | |||
2018-08-15 | NewRelayReplFromRelayForw: add remoteid (#135) | insomniac | |
2018-08-15 | Repeat tests which use real UDP traffic (#133) | Mikołaj Walczak | |
2018-08-15 | NewRelayReplFromRelayForw | Pablo Mazzini | |
2018-08-15 | NewRelayReplFromRelayForw: update error msg | Pablo Mazzini | |
2018-08-15 | NewRelayReplFromRelayForw | Pablo Mazzini | |