Add missing flags in qos template file (#12793)
This commit is contained in:
parent
2f6b34a637
commit
818f275957
@ -1,4 +1,5 @@
|
|||||||
{% if ('type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'LeafRouter') %}
|
{% if ('type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'LeafRouter') %}
|
||||||
|
{% set different_dscp_to_tc_map = true %}
|
||||||
{%- macro generate_dscp_to_tc_map() %}
|
{%- macro generate_dscp_to_tc_map() %}
|
||||||
"DSCP_TO_TC_MAP": {
|
"DSCP_TO_TC_MAP": {
|
||||||
"AZURE": {
|
"AZURE": {
|
||||||
@ -150,6 +151,8 @@
|
|||||||
},
|
},
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
{% elif ('subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR') %}
|
{% elif ('subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR') %}
|
||||||
|
{% set different_dscp_to_tc_map = true %}
|
||||||
|
{% set different_tc_to_queue_map = true %}
|
||||||
{%- macro generate_dscp_to_tc_map() %}
|
{%- macro generate_dscp_to_tc_map() %}
|
||||||
"DSCP_TO_TC_MAP": {
|
"DSCP_TO_TC_MAP": {
|
||||||
"AZURE": {
|
"AZURE": {
|
||||||
|
Loading…
Reference in New Issue
Block a user