File tree Expand file tree Collapse file tree 7 files changed +52
-16
lines changed
src/sonic-config-engine/tests Expand file tree Collapse file tree 7 files changed +52
-16
lines changed Original file line number Diff line number Diff line change 6565 {
6666 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET" : {
6767 "tunnel_type":"IPINIP",
68+ {% if "broadcom" in asic_type %}
6869 "dscp_mode":"uniform",
70+ {% else %}
71+ "dscp_mode":"pipe",
72+ "decap_dscp_to_tc_map":"AZURE",
73+ {% endif %}
6974{% if "mlnx" in DEVICE_METADATA .localhost .platform %}
7075 "ecn_mode":"standard",
7176{% else %}
8893 {
8994 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
9095 "tunnel_type":"IPINIP",
96+ {% if "broadcom" in asic_type %}
9197 "dscp_mode":"uniform",
98+ {% else %}
99+ "dscp_mode":"pipe",
100+ "decap_dscp_to_tc_map":"AZURE",
101+ {% endif %}
92102{% if "mlnx" in DEVICE_METADATA .localhost .platform %}
93103 "ecn_mode":"standard",
94104{% else %}
118128 {
119129 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET_V6" : {
120130 "tunnel_type":"IPINIP",
131+ {% if "broadcom" in asic_type %}
121132 "dscp_mode":"uniform",
133+ {% else %}
134+ "dscp_mode":"pipe",
135+ "decap_dscp_to_tc_map":"AZURE",
136+ {% endif %}
122137{% if "mlnx" in DEVICE_METADATA .localhost .platform %}
123138 "ecn_mode":"standard",
124139{% else %}
141156 {
142157 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
143158 "tunnel_type":"IPINIP",
159+ {% if "broadcom" in asic_type %}
144160 "dscp_mode":"uniform",
161+ {% else %}
162+ "dscp_mode":"pipe",
163+ "decap_dscp_to_tc_map":"AZURE",
164+ {% endif %}
145165{% if "mlnx" in DEVICE_METADATA .localhost .platform %}
146166 "ecn_mode":"standard",
147167{% else %}
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
4142 {
4243 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
4344 "tunnel_type" :" IPINIP" ,
44- "dscp_mode" :" uniform" ,
45+ "dscp_mode" :" pipe" ,
46+ "decap_dscp_to_tc_map" :" AZURE" ,
4547 "ecn_mode" :" copy_from_outer" ,
4648 "ttl_mode" :" pipe"
4749 },
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
4142 {
4243 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
4344 "tunnel_type" :" IPINIP" ,
44- "dscp_mode" :" uniform" ,
45+ "dscp_mode" :" pipe" ,
46+ "decap_dscp_to_tc_map" :" AZURE" ,
4547 "ecn_mode" :" copy_from_outer" ,
4648 "ttl_mode" :" pipe"
4749 },
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
6566 {
6667 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
6768 "tunnel_type" :" IPINIP" ,
68- "dscp_mode" :" uniform" ,
69+ "dscp_mode" :" pipe" ,
70+ "decap_dscp_to_tc_map" :" AZURE" ,
6971 "ecn_mode" :" copy_from_outer" ,
7072 "ttl_mode" :" pipe"
7173 },
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
2526 {
2627 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
2728 "tunnel_type" :" IPINIP" ,
28- "dscp_mode" :" uniform" ,
29+ "dscp_mode" :" pipe" ,
30+ "decap_dscp_to_tc_map" :" AZURE" ,
2931 "ecn_mode" :" copy_from_outer" ,
3032 "ttl_mode" :" pipe"
3133 },
8890 {
8991 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET_V6" : {
9092 "tunnel_type" :" IPINIP" ,
91- "dscp_mode" :" uniform" ,
93+ "dscp_mode" :" pipe" ,
94+ "decap_dscp_to_tc_map" :" AZURE" ,
9295 "ecn_mode" :" copy_from_outer" ,
9396 "ttl_mode" :" pipe"
9497 },
97100 {
98101 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
99102 "tunnel_type" :" IPINIP" ,
100- "dscp_mode" :" uniform" ,
103+ "dscp_mode" :" pipe" ,
104+ "decap_dscp_to_tc_map" :" AZURE" ,
101105 "ecn_mode" :" copy_from_outer" ,
102106 "ttl_mode" :" pipe"
103107 },
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
6566 {
6667 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
6768 "tunnel_type" :" IPINIP" ,
68- "dscp_mode" :" uniform" ,
69+ "dscp_mode" :" pipe" ,
70+ "decap_dscp_to_tc_map" :" AZURE" ,
6971 "ecn_mode" :" copy_from_outer" ,
7072 "ttl_mode" :" pipe"
7173 },
Original file line number Diff line number Diff line change 22 {
33 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET" : {
44 "tunnel_type" :" IPINIP" ,
5- "dscp_mode" :" uniform" ,
5+ "dscp_mode" :" pipe" ,
6+ "decap_dscp_to_tc_map" :" AZURE" ,
67 "ecn_mode" :" copy_from_outer" ,
78 "ttl_mode" :" pipe"
89 },
2526 {
2627 "TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
2728 "tunnel_type" :" IPINIP" ,
28- "dscp_mode" :" uniform" ,
29+ "dscp_mode" :" pipe" ,
30+ "decap_dscp_to_tc_map" :" AZURE" ,
2931 "ecn_mode" :" copy_from_outer" ,
3032 "ttl_mode" :" pipe"
3133 },
8890 {
8991 "TUNNEL_DECAP_TABLE:IPINIP_SUBNET_V6" : {
9092 "tunnel_type" :" IPINIP" ,
91- "dscp_mode" :" uniform" ,
93+ "dscp_mode" :" pipe" ,
94+ "decap_dscp_to_tc_map" :" AZURE" ,
9295 "ecn_mode" :" copy_from_outer" ,
9396 "ttl_mode" :" pipe"
9497 },
97100 {
98101 "TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
99102 "tunnel_type" :" IPINIP" ,
100- "dscp_mode" :" uniform" ,
103+ "dscp_mode" :" pipe" ,
104+ "decap_dscp_to_tc_map" :" AZURE" ,
101105 "ecn_mode" :" copy_from_outer" ,
102106 "ttl_mode" :" pipe"
103107 },
You can’t perform that action at this time.
0 commit comments