Skip to content

Commit 4b88e0e

Browse files
authored
[minigraph] Donot enable PFC watchdog for MgmtTsToR (sonic-net#1734)
Signed-off-by: Jing Kan [email protected]
1 parent b540f5f commit 4b88e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ def load_minigraph(db, no_service_restart):
14411441

14421442
# get the device type
14431443
device_type = _get_device_type()
1444-
if device_type != 'MgmtToRRouter' and device_type != 'EPMS':
1444+
if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'EPMS':
14451445
clicommon.run_command("pfcwd start_default", display_cmd=True)
14461446

14471447
# Update SONiC environmnet file

0 commit comments

Comments
 (0)