We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b88e0e commit 30907c4Copy full SHA for 30907c4
scripts/portconfig
@@ -81,7 +81,7 @@ class portconfig(object):
81
self.state_db = SonicV2Connector(host='127.0.0.1')
82
else:
83
self.db = ConfigDBConnector(use_unix_socket_path=True, namespace=namespace)
84
- self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=front_asic_namespaces)
+ self.state_db = SonicV2Connector(use_unix_socket_path=True, namespace=namespace)
85
self.db.connect()
86
self.state_db.connect(self.state_db.STATE_DB, False)
87
0 commit comments