Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 DecapsulateRelayIndex | Pablo Mazzini | |
2018-07-14 | extend DecapsulateRelay | Pablo Mazzini | |
2018-07-11 | NewSolicitWithCID for DHCPv6 (#76) | Mikołaj Walczak | |
2018-07-08 | add NewReplyFromDHCPv6Message (#78) | Pablo Mazzini | |
Add a more generic NewReplyFromMessage to avoid code duplication. This is one step closer towards fixing issue #73. Leave NewReplyFromRequest, NewReplyFromRenew and NewReplyFromRebind for backwards compatibility. | |||
2018-06-11 | add NewReplyFromRenew and NewReplyFromRebind (#72) | Pablo Mazzini | |
2018-04-30 | add NewReplyFromRequest (#51) | Pablo Mazzini | |
2018-04-30 | add NewAdvertiseFromSolicit (#50) | Pablo Mazzini | |
add NewAdvertiseFromSolicit | |||
2018-04-20 | dhcpv6: added modifiers (#41) | insomniac | |
dhcpv6: added modifiers Added support for packet modifiers, i.e. functions that can arbitrarily manipulate a DHCPv6 packet. These modifiers are used by NewMessage, NewSolicitForInterface, NewRequestForAdvertise, and can be used by other packet creation functions. A bunch of sample modifiers have been added under modifiers.go , too. With the introduction of modifiers I also removed some options that should not necessarily be in a standard DHCPv6 message. | |||
2018-03-06 | Refactor tests to use stretchr/testify/require | Sean Karlage | |
2017-12-07 | Refactored options into the dhcpv6 package to resolve circular imports. Sadly. | Andrea Barberio | |
2017-12-06 | DHCPv6 is now an interface; DHCPv6Message and DHCPv6RelayMessage are ↵ | Andrea Barberio | |
implementations | |||
2017-12-05 | Initial commit | Andrea Barberio | |