Skip to content

Commit 30907c4

Browse files
authored
[config][interface][speed] Fixed the config interface speed in multiasic issue (#1739)
Fix for issue #8308
1 parent 4b88e0e commit 30907c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/portconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class portconfig(object):
8181
self.state_db = SonicV2Connector(host='127.0.0.1')
8282
else:
8383
self.db = ConfigDBConnector(use_unix_socket_path=True, namespace=namespace)
84-
self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=front_asic_namespaces)
84+
self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=namespace)
8585
self.db.connect()
8686
self.state_db.connect(self.state_db.STATE_DB, False)
8787

0 commit comments

Comments
 (0)