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 3fe020a commit bb9cb51Copy full SHA for bb9cb51
platform/mellanox/mlnx-platform-api/sonic_platform/module.py
@@ -267,7 +267,7 @@ def __init__(self, dpu_id):
267
self.CONFIG_DB_NAME = "CONFIG_DB"
268
self.DHCP_SERVER_HASH = f"DHCP_SERVER_IPV4_PORT|bridge-midplane|{self._name.lower()}"
269
self.DHCP_IP_ADDRESS_KEY = "ips@"
270
- self.config_db = ConfigDBConnector(use_unix_socket_path=True)
+ self.config_db = ConfigDBConnector(use_unix_socket_path=False)
271
self.config_db.connect()
272
self.midplane_ip = None
273
self.midplane_interface = None
0 commit comments