Skip to content

Commit

Permalink
Fix SFP_CABLE_TECH_FIELD (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
andywongarista authored Nov 24, 2021
1 parent e118644 commit ef4f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sonic_xcvr/fields/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
INFINIBAND_COMPLIANCE_FIELD = "Infiniband Compliance"
ESCON_COMPLIANCE_FIELD = "ESCON Compliance"
ETHERNET_COMPLIANCE_FIELD = "Ethernet Compliance"
SFP_CABLE_TECH_FIELD = "SFP+ Cable Technology"
SFP_CABLE_TECH_FIELD = "SFP+CableTechnology"
RATE_ID_FIELD = "Rate Identifier"
EXT_CAL_FIELD = "Externally Calibrated"
INT_CAL_FIELD = "Internally Calibrated"
Expand Down

0 comments on commit ef4f2c6

Please sign in to comment.