Skip to content

Commit 30907c4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/portconfig

Lines changed: 1 addition & 1 deletion
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)