From 86a92bd2bffc78d503845f19b5ed88c7ba1cd210 Mon Sep 17 00:00:00 2001 From: "Anand Mehra (anamehra)" Date: Sun, 26 Jul 2026 12:20:21 -0700 Subject: [PATCH] syncd: support cisco ASIC name Signed-off-by: Anand Mehra (anamehra) --- syncd/scripts/syncd_init_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncd/scripts/syncd_init_common.sh b/syncd/scripts/syncd_init_common.sh index db55b07576..e1e668ba71 100644 --- a/syncd/scripts/syncd_init_common.sh +++ b/syncd/scripts/syncd_init_common.sh @@ -713,7 +713,7 @@ config_syncd() cleanup_stale_flow_dump_files - if [ "$SONIC_ASIC_TYPE" == "cisco-8000" ]; then + if [ "$SONIC_ASIC_TYPE" == "cisco-8000" ] || [ "$SONIC_ASIC_TYPE" == "cisco" ]; then config_syncd_cisco_8000 elif [ "$SONIC_ASIC_TYPE" == "broadcom" ]; then config_syncd_bcm