index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dhcpv6
/
modifiers_test.go
Age
Commit message (
Expand
)
Author
2023-02-19
dhcpv6: proper DUID types
Chris Koch
2023-02-18
Remove superfluous print from test
Chris Koch
2021-10-25
dhcpv6: fix and improve IA_TA (#449)
Mikma
2020-06-01
Add Client Link-Layer Address option for RFC 6939 support.
Tom McPhail
2020-03-11
v6: introduce Prefix options
Chris Koch
2020-03-10
dhcpv6 fqdn: fix domain encoding
Pablo Mazzini
2020-03-10
dhcpv6: add IA_PD to request from advertise
Mikael Magnusson
2020-03-06
dhcpv6: add DHCPv4-over-DHCPv6 support
Mikael Magnusson
2020-03-05
v6: DomainSearchList getter
Chris Koch
2020-03-05
v6: add FQDN option getter
Chris Koch
2020-03-05
v6: add DNS getter (and rename DNSRecursiveNameServer to DNS)
Chris Koch
2020-03-05
v6: RequestedOptions getter
Chris Koch
2020-03-05
v6: add ServerID getter
Chris Koch
2020-03-05
v6: add ClientID getter
Chris Koch
2020-03-05
dhcpv6: intro Getters for Options
Chris Koch
2020-02-06
hcpv6 fqdn: implements OptionFQDN option
Xuehao (David) Hu
2019-03-11
dhcpv6: remove setters and getters.
Christopher Koch
2019-03-11
dhcpv6: rename stuttering types.
Christopher Koch
2019-01-14
iana: rename HwTypeType to HWType, add package comment.
Christopher Koch
2018-12-08
Added netconf basic testing and required modifiers
Andrea Barberio
2018-08-20
ORO Modifier (#144)
MikoĊaj Walczak
2018-07-30
DHCPv6: Rename Option constants to CamelCase
Sean Karlage
2018-05-02
Added WithClientId, WithServerId and tests (#56)
insomniac