Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Merge pull request #161 from get9/bsdp-message-type-helper | Sean Karlage | |
BSDP: Add MessageTypeFromPacket helper | |||
2018-10-01 | add comment | Sean Karlage | |
2018-10-01 | BSDP: Add MessageTypeFromPacket helper | Sean Karlage | |
This is a helper function to extract the BSDP message type from a given `dhcpv4.DHCPv4` packet structure. It's useful in helping to identify what kind of BSDP packet you're dealing with (since the distinction is only made in one of the vendor-specific options encapsulated in Option 43). | |||
2018-09-30 | Added listener timeout to the dhcpv6 client | Andrea Barberio | |
2018-09-29 | BSDP: Fix parsing offset for boot image lists | Sean Karlage | |
While parsing boot images, the current code reads to the end of the data stream; however, this could lead to reading past the boot image option and reading into the next option. Instead, contain how far the option parsing code reads by only looking at the max length specified in the option. | |||
2018-09-27 | Implemented basic DHCPv6 server handler (#157) | insomniac | |
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 | Avoid router7 check on go1.9 | Andrea Barberio | |
2018-09-27 | linter | Andrea Barberio | |
2018-09-27 | Implemented basic DHCPv6 server handler | Andrea Barberio | |
2018-09-20 | Add NoPrefixAvail status code (#155) | Dave Barr | |
As per https://www.ietf.org/rfc/rfc3633.txt section 16, status code 6 has been reserved for "Delegating router has no prefixes available to assign to the IAPD(s)" | |||
2018-09-17 | Merge pull request #154 from pmazzini/infrequest | Pablo Mazzini | |
NewReplyFromDHCPv6Message: reply to information request | |||
2018-09-12 | NewReplyFromDHCPv6Message: reply to information request | Pablo Mazzini | |
2018-09-10 | Removed workaround for pcapgo.OpenEthernet from tests (#153) | insomniac | |
2018-09-06 | Test that we do not break router7 builds (#152) | insomniac | |
2018-08-31 | GetGlobalAddr utility function (#81) | Mikołaj Walczak | |
2018-08-30 | Updated README.md (#151) | insomniac | |
* Update README.md * Update README.md (#150) | |||
2018-08-24 | DHCPv4 relay modifier (#149) | Mikołaj Walczak | |
2018-08-22 | add OptVendorClass (#148) | Pablo Mazzini | |
2018-08-22 | Requested Options modifier for DHCPv4 (#147) | Mikołaj Walczak | |
2018-08-21 | fix ParseOptVIVC (#146) | 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-20 | Async DHCPv4 client (#134) | Mikołaj Walczak | |
2018-08-20 | Travis-CI: build with go1.11rc1 (#142) | insomniac | |
2018-08-19 | Added String methods for types (#140) | insomniac | |
* Added String methods for types * Reverted change on bsdp.OptionCode | |||
2018-08-19 | Merge pull request #138 from insomniacslk/insomniacslk-patch-3 | insomniac | |
Update README.md | |||
2018-08-19 | Update README.md | insomniac | |
2018-08-19 | Update README.md | insomniac | |
2018-08-17 | BSDP: Add code to generate ACKs for INFORMs (#136) | insomniac | |
2018-08-15 | refactor tests to take advantage of new helper functions | Sean Karlage | |
2018-08-15 | Merge branch 'master' into bsdp-acks | Sean Karlage | |
2018-08-15 | Merge pull request #99 from get9/dhcpv4-moar-tests | Sean Karlage | |
DHCPv4: Refactor methods for easier testing | |||
2018-08-15 | Put back NewInformListForInterface to maintain compat | Sean Karlage | |
2018-08-15 | revert breaking changes so this can be merged without issues | Sean Karlage | |
2018-08-15 | Merge branch 'master' into dhcpv4-moar-tests | Sean Karlage | |
2018-08-15 | Add nil check for Images slice | Sean Karlage | |
2018-08-15 | Merge branch 'master' into bsdp-acks | Sean Karlage | |
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 | stop parsing after end (#132) | Pablo Mazzini | |
2018-08-15 | Merge pull request #137 from insomniacslk/netboot_withnetboot_duplicate | insomniac | |
Fixing duplicate WithNetboot modifier in netboot package |