Skip to content

Commit 1f50cd2

Browse files
committed
[config] Do not enable pfcwd for BmcMgmtToRRouter (#2136)
Signed-off-by: Jing Kan [email protected]
1 parent 6102483 commit 1f50cd2

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
@@ -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)