We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f08dbf commit 9a2f925Copy full SHA for 9a2f925
dockers/docker-orchagent/ipinip.json.j2
@@ -88,7 +88,11 @@
88
{
89
"TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
90
"tunnel_type":"IPINIP",
91
+{% if "nvidia" in DEVICE_METADATA.localhost.platform %}
92
+ "dscp_mode":"pipe",
93
+{% else %}
94
"dscp_mode":"uniform",
95
+{% endif %}
96
{% if "mlnx" in DEVICE_METADATA.localhost.platform %}
97
"ecn_mode":"standard",
98
{% else %}
@@ -141,7 +145,11 @@
141
145
142
146
"TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
143
147
148
149
150
144
151
152
153
154
155
0 commit comments