From 29b35e875bae9af86bad86bfe7530c8e4b7c35aa Mon Sep 17 00:00:00 2001 From: noaOrMlnx Date: Mon, 2 Dec 2024 11:55:26 +0200 Subject: [PATCH] Delete TRANSCEIVER tables also whenloading minigraph --- config/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/main.py b/config/main.py index 57c3cef62c2..6d85b4e5095 100644 --- a/config/main.py +++ b/config/main.py @@ -2047,6 +2047,7 @@ def load_minigraph(db, no_service_restart, traffic_shift_away, override_config, #Stop services before config push if not no_service_restart: log.log_notice("'load_minigraph' stopping services...") + delete_transceiver_tables() _stop_services() # For Single Asic platform the namespace list has the empty string