Skip to content

Commit ef4f2c6

Browse files
Fix SFP_CABLE_TECH_FIELD (#240)
1 parent e118644 commit ef4f2c6

File tree

1 file changed

+1
-1
lines changed
  • sonic_platform_base/sonic_xcvr/fields

1 file changed

+1
-1
lines changed

sonic_platform_base/sonic_xcvr/fields/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
INFINIBAND_COMPLIANCE_FIELD = "Infiniband Compliance"
113113
ESCON_COMPLIANCE_FIELD = "ESCON Compliance"
114114
ETHERNET_COMPLIANCE_FIELD = "Ethernet Compliance"
115-
SFP_CABLE_TECH_FIELD = "SFP+ Cable Technology"
115+
SFP_CABLE_TECH_FIELD = "SFP+CableTechnology"
116116
RATE_ID_FIELD = "Rate Identifier"
117117
EXT_CAL_FIELD = "Externally Calibrated"
118118
INT_CAL_FIELD = "Internally Calibrated"

0 commit comments

Comments
 (0)