summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/async/client_test.go
diff options
context:
space:
mode:
authorChristopher Koch <chrisko@google.com>2018-12-29 11:29:25 -0800
committerinsomniac <insomniacslk@users.noreply.github.com>2019-01-14 23:19:04 +0000
commit833f274e1aca3b23320f6d31c246c73eefd38974 (patch)
treea25fab2a0597398262bc419a26ff2ffa058388a9 /dhcpv6/async/client_test.go
parent75d26a6410980df90d3a9d224956cfe5ed35a07f (diff)
iana: rename HwTypeType to HWType, add package comment.
Diffstat (limited to 'dhcpv6/async/client_test.go')
-rw-r--r--dhcpv6/async/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/async/client_test.go b/dhcpv6/async/client_test.go
index 0bc3a87..25a71a8 100644
--- a/dhcpv6/async/client_test.go
+++ b/dhcpv6/async/client_test.go
@@ -21,7 +21,7 @@ func solicit(input string) (dhcpv6.DHCPv6, error) {
}
duid := dhcpv6.Duid{
Type: dhcpv6.DUID_LLT,
- HwType: iana.HwTypeEthernet,
+ HwType: iana.HWTypeEthernet,
Time: dhcpv6.GetTime(),
LinkLayerAddr: mac,
}