Skip to content

Commit

Permalink
[sff8472] Fix incorrect VendorOUI decode type. (sonic-net#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pphuchar authored and lguohan committed Sep 1, 2018
1 parent 664d6cc commit 6d8c940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_sfp/sff8472.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class sff8472InterfaceId(sffbase):
'VendorOUI':
{'offset':37,
'size':3,
'type' : 'str'},
'type' : 'hex'},
'VendorPN':
{'offset':40,
'size':16,
Expand Down

0 comments on commit 6d8c940

Please sign in to comment.