Skip to content

Commit 781ae9f

Browse files
authored
[config] Do not enable pfcwd for BmcMgmtToRRouter (#2136)
Signed-off-by: Jing Kan [email protected]
1 parent 23e9398 commit 781ae9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ def load_minigraph(db, no_service_restart):
16041604

16051605
# get the device type
16061606
device_type = _get_device_type()
1607-
if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'EPMS':
1607+
if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'BmcMgmtToRRouter' and device_type != 'EPMS':
16081608
clicommon.run_command("pfcwd start_default", display_cmd=True)
16091609

16101610
# Write latest db version string into db

0 commit comments

Comments
 (0)