summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/modifiers_test.go
AgeCommit message (Expand)Author
2023-02-19dhcpv6: proper DUID typesChris Koch
2023-02-18Remove superfluous print from testChris Koch
2021-10-25dhcpv6: fix and improve IA_TA (#449)Mikma
2020-06-01Add Client Link-Layer Address option for RFC 6939 support.Tom McPhail
2020-03-11v6: introduce Prefix optionsChris Koch
2020-03-10dhcpv6 fqdn: fix domain encodingPablo Mazzini
2020-03-10dhcpv6: add IA_PD to request from advertiseMikael Magnusson
2020-03-06dhcpv6: add DHCPv4-over-DHCPv6 supportMikael Magnusson
2020-03-05v6: DomainSearchList getterChris Koch
2020-03-05v6: add FQDN option getterChris Koch
2020-03-05v6: add DNS getter (and rename DNSRecursiveNameServer to DNS)Chris Koch
2020-03-05v6: RequestedOptions getterChris Koch
2020-03-05v6: add ServerID getterChris Koch
2020-03-05v6: add ClientID getterChris Koch
2020-03-05dhcpv6: intro Getters for OptionsChris Koch
2020-02-06hcpv6 fqdn: implements OptionFQDN optionXuehao (David) Hu
2019-03-11dhcpv6: remove setters and getters.Christopher Koch
2019-03-11dhcpv6: rename stuttering types.Christopher Koch
2019-01-14iana: rename HwTypeType to HWType, add package comment.Christopher Koch
2018-12-08Added netconf basic testing and required modifiersAndrea Barberio
2018-08-20ORO Modifier (#144)MikoĊ‚aj Walczak
2018-07-30DHCPv6: Rename Option constants to CamelCaseSean Karlage
2018-05-02Added WithClientId, WithServerId and tests (#56)insomniac