We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6102483 commit 1f50cd2Copy full SHA for 1f50cd2
config/main.py
@@ -1604,7 +1604,7 @@ def load_minigraph(db, no_service_restart):
1604
1605
# get the device type
1606
device_type = _get_device_type()
1607
- if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'EPMS':
+ if device_type != 'MgmtToRRouter' and device_type != 'MgmtTsToR' and device_type != 'BmcMgmtToRRouter' and device_type != 'EPMS':
1608
clicommon.run_command("pfcwd start_default", display_cmd=True)
1609
1610
# Write latest db version string into db
0 commit comments