summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6
AgeCommit message (Expand)Author
2020-03-05v6: add ServerID getterChris Koch
2020-03-05v6: add ClientID getterChris Koch
2020-03-05dhcpv6: intro Getters for OptionsChris Koch
2020-03-04dhcpv6: allow using OptIAPrefix without initializingMikael Magnusson
2020-02-21nclient6: listen on link-local addrChris K
2020-02-06hcpv6 fqdn: implements OptionFQDN optionXuehao (David) Hu
2020-01-02v6: give proper names to some common OptionCodesChris Koch
2020-01-02v6: use time.Duration for duration fieldsChris Koch
2019-12-12[dhcpv6] Add option BootfileParam to DHCPv6 clientDmitrii Okunev
2019-11-12[dhcpv6]Adding opt 16 when parsing vendor optionsAkshay Navale
2019-11-03dhcpv6: Add support for 4RD optionsAnatole Denis
2019-11-03dhcpv6: Add all current option codes from IANAAnatole Denis
2019-10-08iana: HWType is 16 bitsAnatole Denis
2019-10-08dhcpv6: Add error checks to message parsersAnatole Denis
2019-10-08dhcpv6: Reject empty messagesAnatole Denis
2019-10-07dhcpv6: Add a fuzzing entrypoint for go-fuzzAnatole Denis
2019-10-01server{4,6}: Return UDPConn from NewIPv*UDPConnAnatole Denis
2019-09-25dhcpv6: simplify boot file URLChris Koch
2019-09-25server6: allow nil IP in addition to unspecifiedChris K
2019-09-24nclient6: copy & paste log infra to v6Chris Koch
2019-09-18server6: Create UDP conn manually for more controlAnatole Denis
2019-09-17server6: Fix listening on multicast addressesAnatole Denis
2019-07-22Fixed unnecessary conversions in dhcpv6 (#305)Christian Muehlhaeuser
2019-05-09Adding RemoteID option while creating a Relayed Encapsulated Packet (#282)Akshay Navale
2019-05-08Addressed more linter warningsAndrea Barberio
2019-05-08Addressed various linter warningsAndrea Barberio
2019-05-02[dhcpv6] Handle SOLICIT with rapid commit in NewReplyFromMessageAndrea Barberio
2019-04-29[server6] Server should join multicast addressAndrea Barberio
2019-04-24[dhcpv6] Solicit messages derive default IAID from MAC addressAndrea Barberio
2019-04-23Revert "[dhcpv6] Solicit messages derive default IAID from MAC address"Andrea Barberio
2019-04-23[dhcpv6] Solicit messages derive default IAID from MAC addressAndrea Barberio
2019-04-17[server] Serve returns an error, and closes when doneAndrea Barberio
2019-04-07nclient6: small fixesChristopher Koch
2019-04-04client6: new async DHCPv6 client like #250.Christopher Koch
2019-04-03Use cancellable crypto RNG from u-rootAndrea Barberio
2019-03-14client: simulate relay (#259)Pablo Mazzini
2019-03-11dhcpv6: standardize GetInnerMessageChristopher Koch
2019-03-11dhcpv6: remove setters and getters.Christopher Koch
2019-03-11dhcpv6: add explicit unmarshaling functions.Christopher Koch
2019-03-11dhcpv6: rename stuttering types.Christopher Koch
2019-01-28Created examples directory and adjusted READMEAndrea Barberio
2019-01-28dhcpv6: moved client into dhcpv6/client6Andrea Barberio
2019-01-26dhcpv6: remove unnecessary Length functionChristopher Koch
2019-01-26dhcpv6: move option code and length marshaling to Options.ToBytes.Christopher Koch
2019-01-26dhcpv6: easier option parsingChristopher Koch
2019-01-26dhcpv6: use uio buffer in DHCPv6 message parsingChristopher Koch
2019-01-26dhcpv6: move option code types; add Stringer.Christopher Koch
2019-01-26dhcpv6: introduce TransactionID typeChristopher Koch
2019-01-26dhcpv6: clean up MessageTypeChristopher Koch
2019-01-26dhcpv6: introduce options type.Christopher Koch