dhcp6: use changed type name. (#19)

This commit is contained in:
Chris K 2019-01-14 23:02:56 -08:00 committed by Michael Stapelberg
parent 13926217d9
commit a3799c4ec5

View File

@ -124,7 +124,7 @@ func NewClient(cfg ClientConfig) (*Client, error) {
duid = &dhcpv6.Duid{
Type: dhcpv6.DUID_LLT,
HwType: iana.HwTypeEthernet,
HwType: iana.HWTypeEthernet,
Time: dhcpv6.GetTime(),
LinkLayerAddr: iface.HardwareAddr,
}