File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ start() {
437
437
fi
438
438
SUPPORTING_BULK_COUNTER_GROUPS=" $HWSKU_FOLDER /supporting_bulk_counter_groups"
439
439
if [ -f " $SUPPORTING_BULK_COUNTER_GROUPS " ]; then
440
- $SONIC_DB_CLI CONFIG_DB HSET ' DEVICE_METADATA|localhost' supporting_bulk_counter_groups $( cat $SUPPORTING_BULK_COUNTER_GROUPS )
440
+ $SONIC_DB_CLI CONFIG_DB HSET ' DEVICE_METADATA|localhost' supporting_bulk_counter_groups@ $( cat $SUPPORTING_BULK_COUNTER_GROUPS )
441
441
fi
442
442
fi
443
443
{%- endif %}
Original file line number Diff line number Diff line change 8
8
"resource_type": "{{ DEVICE_METADATA.localhost.resource_type }}",
9
9
"synchronous_mode": {% if DEVICE_METADATA .localhost .synchronous_mode == "disable" %} "disable"{% else %} "enable"{% endif %} ,
10
10
{% if DEVICE_METADATA .localhost .supporting_bulk_counter_groups is defined and DEVICE_METADATA .localhost .supporting_bulk_counter_groups != '' -%}
11
- "supporting_bulk_counter_groups": "{{ DEVICE_METADATA.localhost.supporting_bulk_counter_groups }}",
11
+ "supporting_bulk_counter_groups": "{{ DEVICE_METADATA.localhost.supporting_bulk_counter_groups|join(',') }}",
12
12
{% endif -%}
13
13
"dual_tor": {% if DEVICE_METADATA .localhost .type == "ToRRouter" and DEVICE_METADATA .localhost .subtype == "DualToR" %} "enable"{% else %} "disable"{% endif %} ,
14
14
"dscp_remapping": {% if SYSTEM_DEFAULTS is defined and SYSTEM_DEFAULTS .tunnel_qos_remap is defined and SYSTEM_DEFAULTS .tunnel_qos_remap .status == "enabled" %} "enable"{% else %} "disable"{% endif %}
You can’t perform that action at this time.
0 commit comments