Skip to content

Commit bb9cb51

Browse files
authored
[Mellanox][Smartswitch] Fix for platform chassis initialization (#21671)
[Mellanox][Smartswitch] Fix for platform chassis initialization
1 parent 3fe020a commit bb9cb51

File tree

1 file changed

+1
-1
lines changed
  • platform/mellanox/mlnx-platform-api/sonic_platform

1 file changed

+1
-1
lines changed

platform/mellanox/mlnx-platform-api/sonic_platform/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def __init__(self, dpu_id):
267267
self.CONFIG_DB_NAME = "CONFIG_DB"
268268
self.DHCP_SERVER_HASH = f"DHCP_SERVER_IPV4_PORT|bridge-midplane|{self._name.lower()}"
269269
self.DHCP_IP_ADDRESS_KEY = "ips@"
270-
self.config_db = ConfigDBConnector(use_unix_socket_path=True)
270+
self.config_db = ConfigDBConnector(use_unix_socket_path=False)
271271
self.config_db.connect()
272272
self.midplane_ip = None
273273
self.midplane_interface = None

0 commit comments

Comments
 (0)