[Inventec]: Bug fix for sfputil in D7054 (#1080)

This commit is contained in:
Balaselvi 2017-10-25 21:36:31 -07:00 committed by Shuotian Cheng
parent 7f7ddc80a3
commit 11e17e763f

View File

@ -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):