File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,13 +528,13 @@ def reload():
528
528
hwsku = _get_hwsku ()
529
529
buffer_template_file = os .path .join ('/usr/share/sonic/device/' , platform , hwsku , 'buffers.json.j2' )
530
530
if os .path .isfile (buffer_template_file ):
531
- command = "{} -m -t {} >/tmp/buffers.json" .format (SONIC_CFGGEN_PATH , buffer_template_file )
531
+ command = "{} -d -t {} >/tmp/buffers.json" .format (SONIC_CFGGEN_PATH , buffer_template_file )
532
532
run_command (command , display_cmd = True )
533
533
534
534
qos_template_file = os .path .join ('/usr/share/sonic/device/' , platform , hwsku , 'qos.json.j2' )
535
535
sonic_version_file = os .path .join ('/etc/sonic/' , 'sonic_version.yml' )
536
536
if os .path .isfile (qos_template_file ):
537
- command = "{} -m -t {} -y {} >/tmp/qos.json" .format (SONIC_CFGGEN_PATH , qos_template_file , sonic_version_file )
537
+ command = "{} -d -t {} -y {} >/tmp/qos.json" .format (SONIC_CFGGEN_PATH , qos_template_file , sonic_version_file )
538
538
run_command (command , display_cmd = True )
539
539
540
540
# Apply the configurations only when both buffer and qos configuration files are presented
You can’t perform that action at this time.
0 commit comments