From ca2b5fa3d5d4730b5027f00124b885d6cc34348f Mon Sep 17 00:00:00 2001 From: Wenda Ni Date: Wed, 16 Oct 2019 18:20:06 +0000 Subject: [PATCH] Fix syntax error for qos_config template Signed-off-by: Wenda Ni --- files/build_templates/qos_config.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/files/build_templates/qos_config.j2 b/files/build_templates/qos_config.j2 index 1b75f7d286f..b638e45df6d 100644 --- a/files/build_templates/qos_config.j2 +++ b/files/build_templates/qos_config.j2 @@ -165,6 +165,7 @@ "dot1p_to_tc_map" : "[DOT1P_TO_TC_MAP|AZURE]", {% else %} "dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]", +{% endif %} "tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]", "tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]", "pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",