We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa09bdc commit 3e03df7Copy full SHA for 3e03df7
device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/plugins/sfputil.py
@@ -168,7 +168,7 @@ def port_end(self):
168
169
@property
170
def qsfp_ports(self):
171
- return range(0, self.PORTS_IN_BLOCK + 1)
+ return range(self.QSFP_PORT_START, self.PORTS_IN_BLOCK + 1)
172
173
174
def port_to_eeprom_mapping(self):
device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/plugins/sfputil.py
@@ -102,7 +102,7 @@ def port_end(self):
102
103
104
105
106
107
108
0 commit comments