diff --git a/files/build_templates/qos_config.j2 b/files/build_templates/qos_config.j2 index a7c361d69f..c2b0fe32bc 100644 --- a/files/build_templates/qos_config.j2 +++ b/files/build_templates/qos_config.j2 @@ -76,8 +76,8 @@ {% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] in backend_device_types and 'storage_device' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['storage_device'] == 'true' %} "DOT1P_TO_TC_MAP": { "AZURE": { - "0": "0", - "1": "1", + "0": "1", + "1": "0", "2": "2", "3": "3", "4": "4",