Skip to content

Commit 6d8c940

Browse files
pphucharlguohan
authored andcommitted
[sff8472] Fix incorrect VendorOUI decode type. (sonic-net#11)
1 parent 664d6cc commit 6d8c940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sonic_sfp/sff8472.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class sff8472InterfaceId(sffbase):
347347
'VendorOUI':
348348
{'offset':37,
349349
'size':3,
350-
'type' : 'str'},
350+
'type' : 'hex'},
351351
'VendorPN':
352352
{'offset':40,
353353
'size':16,

0 commit comments

Comments
 (0)