summaryrefslogtreecommitdiffhomepage
path: root/netboot/netconf_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'netboot/netconf_test.go')
-rw-r--r--netboot/netconf_test.go2
1 files changed, 1 insertions, 1 deletions
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,
}