Skip to content

Commit

Permalink
[config][interface][speed] Fixed the config interface speed in multia…
Browse files Browse the repository at this point in the history
…sic issue (#1739)

Fix for issue #8308
  • Loading branch information
mlok-nokia committed Aug 6, 2021
1 parent 4b88e0e commit 30907c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/portconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class portconfig(object):
self.state_db = SonicV2Connector(host='127.0.0.1')
else:
self.db = ConfigDBConnector(use_unix_socket_path=True, namespace=namespace)
self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=front_asic_namespaces)
self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=namespace)
self.db.connect()
self.state_db.connect(self.state_db.STATE_DB, False)

Expand Down

0 comments on commit 30907c4

Please sign in to comment.