diff options
Diffstat (limited to 'iana')
-rw-r--r-- | iana/hwtypes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iana/hwtypes.go b/iana/hwtypes.go index bbb3188..e6fb38b 100644 --- a/iana/hwtypes.go +++ b/iana/hwtypes.go @@ -1,7 +1,7 @@ package iana // HWType is a hardware type as per RFC 2132 and defined by the IANA. -type HWType uint8 +type HWType uint16 // See IANA for values. const ( |