From 3b8bc5ec1039db0d24635005a8a903ec59171b2e Mon Sep 17 00:00:00 2001 From: noaOrMlnx Date: Mon, 2 Dec 2024 11:55:26 +0200 Subject: [PATCH] Delete TRANSCEIVER tables also when loading minigraph --- config/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/main.py b/config/main.py index 57c3cef62c..6d85b4e509 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