Skip to content

Commit

Permalink
Delete TRANSCEIVER tables also whenloading minigraph
Browse files Browse the repository at this point in the history
  • Loading branch information
noaOrMlnx committed Dec 2, 2024
1 parent 3d147f1 commit 29b35e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29b35e8

Please sign in to comment.