Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sonic_platform_base/sonic_xcvr/codes/public/sff8024.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ class Sff8024(XcvrCodes):
27: 'DSFP',
28: 'Link-x4',
29: 'Link-x8',
30: 'QSFP+C'
30: 'QSFP+C',
126: 'BP', # Backplane Cartridge
}

CONNECTORS = {
Expand Down
Loading