diff options
author | Christopher Koch <chrisko@google.com> | 2018-12-29 11:29:25 -0800 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2019-01-14 23:19:04 +0000 |
commit | 833f274e1aca3b23320f6d31c246c73eefd38974 (patch) | |
tree | a25fab2a0597398262bc419a26ff2ffa058388a9 /dhcpv6/iputils_test.go | |
parent | 75d26a6410980df90d3a9d224956cfe5ed35a07f (diff) |
iana: rename HwTypeType to HWType, add package comment.
Diffstat (limited to 'dhcpv6/iputils_test.go')
-rw-r--r-- | dhcpv6/iputils_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/iputils_test.go b/dhcpv6/iputils_test.go index 76806ba..e033d57 100644 --- a/dhcpv6/iputils_test.go +++ b/dhcpv6/iputils_test.go @@ -134,7 +134,7 @@ func Test_ExtractMAC(t *testing.T) { // MAC extracted from DUID duid := Duid{ Type: DUID_LL, - HwType: iana.HwTypeEthernet, + HwType: iana.HWTypeEthernet, LinkLayerAddr: []byte{0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa}, } solicit, err := NewMessage(WithClientID(duid)) |