Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-08-15 | NewRelayReplFromRelayForw: increase test coverage | Pablo Mazzini | |
2018-08-14 | NewRelayReplFromRelayForw: add remoteid | Pablo Mazzini | |
2018-08-14 | Move DHCPv6 async to separate package (#127) | insomniac | |
2018-08-13 | Move DHCPv6 async to seperate package | Mikolaj Walczak | |
2018-08-13 | rebase | Pablo Mazzini | |
2018-08-13 | fix OptClientArchType | Pablo Mazzini | |
2018-08-12 | IsOptionRequested method of DHCPv6Message | Pablo Mazzini | |
2018-08-10 | rename IsRequested to IsRequestedOption | Pablo Mazzini | |
2018-08-10 | add IsRequested | Pablo Mazzini | |
2018-08-01 | add OptDomainSearch (#111) | insomniac | |
2018-08-01 | rename dnscompress to rfc1035label | Pablo Mazzini | |
2018-08-01 | extract rfc1035label | Pablo Mazzini | |
2018-07-30 | DHCPv6: Rename Option constants to CamelCase | Sean Karlage | |
To appease linters | |||
2018-07-29 | DHCPv6: Fix message type constants | Sean Karlage | |
Renames DHCPv6 constants for message types to CamelCase | |||
2018-07-27 | Fix indentation | Luis Fernando Estrozi | |
2018-07-27 | Add support to encapsulated advertise replies on client.Exchange func (#96) | lestrozi | |
2018-07-14 | Merge pull request #83 from pmazzini/master | insomniac | |
add DecapsulateRelayIndex | |||
2018-07-14 | return error if index < -1 | Pablo Mazzini | |
2018-07-14 | add missing file | Pablo Mazzini | |
2018-07-14 | add DecapsulateRelayIndex | Pablo Mazzini | |
2018-07-14 | extend DecapsulateRelay | Pablo Mazzini | |