We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637d834 commit a3c404cCopy full SHA for a3c404c
utilities_common/platform_sfputil_helper.py
@@ -133,7 +133,7 @@ def is_rj45_port(port_name):
133
134
port_type = None
135
try:
136
- physical_port = platform_sfputil.logical_port_name_to_physical_port_list(port_name)
+ physical_port = platform_sfputil.get_logical_to_physical(port_name)
137
if physical_port:
138
port_type = platform_chassis.get_port_or_cage_type(physical_port[0])
139
except Exception as e:
0 commit comments