From 833f274e1aca3b23320f6d31c246c73eefd38974 Mon Sep 17 00:00:00 2001 From: Christopher Koch Date: Sat, 29 Dec 2018 11:29:25 -0800 Subject: iana: rename HwTypeType to HWType, add package comment. --- netboot/netconf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netboot/netconf_test.go') diff --git a/netboot/netconf_test.go b/netboot/netconf_test.go index 0495806..91d4482 100644 --- a/netboot/netconf_test.go +++ b/netboot/netconf_test.go @@ -19,7 +19,7 @@ func getAdv(modifiers ...dhcpv6.Modifier) *dhcpv6.DHCPv6Message { duid := dhcpv6.Duid{ Type: dhcpv6.DUID_LLT, - HwType: iana.HwTypeEthernet, + HwType: iana.HWTypeEthernet, Time: dhcpv6.GetTime(), LinkLayerAddr: hwaddr, } -- cgit v1.2.3