Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-20 | WithUserClass using the passed user class now | Andrea Barberio | |
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-04-19 | OptArchType: made field public | Andrea Barberio | |
2018-04-18 | dhcpv6: Client.Exchange returns all the intermediate packets | Andrea Barberio | |
2018-04-18 | DHCPv6 client now waits for specific packet types (#38) | insomniac | |
Before this patch the client just took whatever DHCP message it received, without checking if it's what it wants. Now it checks for the message type. If the message is not a relay, also check the transaction ID | |||
2018-04-18 | Fixed user class and status code options | Andrea Barberio | |
2018-04-18 | Added missing field to user class, and added to ParseOption | Andrea Barberio | |
2018-04-18 | Fixed user class option length | Andrea Barberio | |
2018-04-18 | Fixed user class length | Andrea Barberio | |
2018-04-17 | Added user class option and fixed status code option | Andrea Barberio | |
2018-04-17 | dhcpv6: OptBootFileURL.String now uses string representation | Andrea Barberio | |
2018-04-17 | dhcpv6: added DHCPv6Message.UpdateOption | Andrea Barberio | |
2018-04-10 | add GetInnerPeerAddr (#33) | Pablo Mazzini | |
2018-04-09 | add DUID-UUID (#32) | Pablo Mazzini | |
2018-04-09 | fix OptIAPrefix (#31) | Pablo Mazzini | |
2018-04-08 | fix OptRemoteId (#30) | Pablo Mazzini | |
2018-04-06 | fix OptInterfaceId (#29) | Pablo Mazzini | |
2018-04-04 | fix DHCPv6Relay ToBytes (#28) | Pablo Mazzini | |
fix DHCPv6Relay ToBytes | |||
2018-03-16 | dhcpv4: Added OptionDomainName | Andrea Barberio | |
2018-03-10 | dhcpv6: implemented NewClient and addressed linter warnings | Andrea Barberio | |
2018-03-08 | Fixed use of t.Fatalf | Andrea Barberio | |
2018-03-06 | Refactor tests to use stretchr/testify/require | Sean Karlage | |
2018-03-06 | Fixed types for BSDP too | Andrea Barberio | |
2018-03-06 | Fixed types for BSDP too | Andrea Barberio | |
2018-03-06 | Fixed types in dhcpv4 and dhcpv6 | Andrea Barberio | |
2018-03-06 | Fixed types in dhcpv4 and dhcpv6 | Andrea Barberio | |
2018-01-11 | Added value decoding in IA_NA | Andrea Barberio | |
2017-12-29 | Added OptRequestedOption.AddRequestedOption | Andrea Barberio | |
2017-12-23 | Fixed OptRelayMsg.ToBytes and added tests | Andrea Barberio | |
2017-12-23 | Added setters and getter testing for DHCPv6Relay | Andrea Barberio | |
2017-12-23 | Added setters and getters for DHCPv6Relay and basic testing | Andrea Barberio | |
2017-12-22 | Fixed bootfile URL code and added tests | Andrea Barberio | |
2017-12-22 | Added SetOptions and AddOption to the DHCPv6 interface; Added ↵ | Andrea Barberio | |
EncapsulateRelay; refactored decapsulation | |||
2017-12-22 | Added DHCPv6Relay.Decapsulate and refactored GetInnerMessage | Andrea Barberio | |
2017-12-21 | Added OptBootFileURL | Andrea Barberio | |
2017-12-13 | Fixed off by one | Andrea Barberio | |
2017-12-13 | Added option NII | Andrea Barberio | |
2017-12-11 | Changed fixed IAID value | Andrea Barberio | |
2017-12-11 | Added comment about RFC | Andrea Barberio | |
2017-12-11 | Readded missing comment | Andrea Barberio | |
2017-12-11 | Added OptClientArchType | Andrea Barberio | |
2017-12-11 | Added DHCPv6Relay.GetInnerMessage | Andrea Barberio | |
2017-12-11 | Refactored REQUEST code into NewRequestFromAdvertise | Andrea Barberio | |
2017-12-11 | Refactored Solicit and added Request | Andrea Barberio | |
2017-12-10 | Fixed DUID_LL handling | Andrea Barberio | |
2017-12-10 | Added GetOption, GetOneOption and IsRelay methods to DHCPv6 interface | Andrea Barberio | |
2017-12-10 | Added DHCPv6.Option() to interface, and implemented where missing | Andrea Barberio | |
2017-12-09 | Added OptInterfaceId | Andrea Barberio | |
2017-12-09 | Added OptRemoteId | Andrea Barberio | |
2017-12-09 | Fixed ParseOptIANA | Andrea Barberio | |