We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2006ead commit 0aca102Copy full SHA for 0aca102
show/muxcable.py
@@ -110,7 +110,7 @@ def get_per_port_firmware(port):
110
namespaces = multi_asic.get_front_end_namespaces()
111
for namespace in namespaces:
112
asic_id = multi_asic.get_asic_index_from_namespace(namespace)
113
- state_db[asic_id] = SonicV2Connector(use_unix_socket_path=False, namespace=namespace)
+ state_db[asic_id] = swsscommon.SonicV2Connector(use_unix_socket_path=False, namespace=namespace)
114
state_db[asic_id].connect(state_db[asic_id].STATE_DB)
115
116
if platform_sfputil is not None:
0 commit comments