[Inventec]: Bug fix for sfputil in D7054 (#1080)
This commit is contained in:
parent
7f7ddc80a3
commit
11e17e763f
@ -95,7 +95,7 @@ class SfpUtil(SfpUtilBase):
|
||||
|
||||
@property
|
||||
def qsfp_ports(self):
|
||||
return range(0, self.PORTS_IN_BLOCK + 1)
|
||||
return range(self.QSFP_PORT_START, self.PORTS_IN_BLOCK + 1)
|
||||
|
||||
@property
|
||||
def port_to_eeprom_mapping(self):
|
||||
|
Loading…
Reference in New Issue
Block a user