Skip to content

Commit

Permalink
[sff8472.py] Make hex keys all lowercase (#115)
Browse files Browse the repository at this point in the history
Alpha chars in hex-based keys should be lowercase
  • Loading branch information
jleveque committed Aug 26, 2020
1 parent b60f46c commit 14c6e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_sfp/sff8472.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class sff8472InterfaceId(sffbase):
'09': 'MU',
'0a': 'SG',
'0b': 'Optical pigtail',
'0C': 'MPO Parallel Optic',
'0c': 'MPO Parallel Optic',
'20': 'HSSDCII',
'21': 'CopperPigtail',
'22': 'RJ45'}
Expand Down

0 comments on commit 14c6e53

Please sign in to comment.