Skip to content

Commit 818f275

Browse files
authored
Add missing flags in qos template file (#12793)
1 parent 2f6b34a commit 818f275

File tree

1 file changed

+3
-0
lines changed
  • device/common/profiles/th2/7260/RDMA-CENTRIC

1 file changed

+3
-0
lines changed

device/common/profiles/th2/7260/RDMA-CENTRIC/qos.json.j2

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% if ('type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'LeafRouter') %}
2+
{% set different_dscp_to_tc_map = true %}
23
{%- macro generate_dscp_to_tc_map() %}
34
"DSCP_TO_TC_MAP": {
45
"AZURE": {
@@ -150,6 +151,8 @@
150151
},
151152
{%- endmacro %}
152153
{% elif ('subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR') %}
154+
{% set different_dscp_to_tc_map = true %}
155+
{% set different_tc_to_queue_map = true %}
153156
{%- macro generate_dscp_to_tc_map() %}
154157
"DSCP_TO_TC_MAP": {
155158
"AZURE": {

0 commit comments

Comments
 (0)