File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
"TUNNEL_DECAP_TABLE:IPINIP_SUBNET" : {
67
67
"tunnel_type":"IPINIP",
68
68
"dscp_mode":"uniform",
69
- {% if "mlnx" in DEVICE_METADATA .localhost .platform %}
69
+ {% if ( "mlnx" in DEVICE_METADATA .localhost .platform or "nvidia" in DEVICE_METADATA . localhost . platform ) %}
70
70
"ecn_mode":"standard",
71
71
{% else %}
72
72
"ecn_mode":"copy_from_outer",
89
89
"TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
90
90
"tunnel_type":"IPINIP",
91
91
"dscp_mode":"uniform",
92
- {% if "mlnx" in DEVICE_METADATA .localhost .platform %}
92
+ {% if ( "mlnx" in DEVICE_METADATA .localhost .platform or "nvidia" in DEVICE_METADATA . localhost . platform ) %}
93
93
"ecn_mode":"standard",
94
94
{% else %}
95
95
"ecn_mode":"copy_from_outer",
119
119
"TUNNEL_DECAP_TABLE:IPINIP_SUBNET_V6" : {
120
120
"tunnel_type":"IPINIP",
121
121
"dscp_mode":"uniform",
122
- {% if "mlnx" in DEVICE_METADATA .localhost .platform %}
122
+ {% if ( "mlnx" in DEVICE_METADATA .localhost .platform or "nvidia" in DEVICE_METADATA . localhost . platform ) %}
123
123
"ecn_mode":"standard",
124
124
{% else %}
125
125
"ecn_mode":"copy_from_outer",
142
142
"TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
143
143
"tunnel_type":"IPINIP",
144
144
"dscp_mode":"uniform",
145
- {% if "mlnx" in DEVICE_METADATA .localhost .platform %}
145
+ {% if ( "mlnx" in DEVICE_METADATA .localhost .platform or "nvidia" in DEVICE_METADATA . localhost . platform ) %}
146
146
"ecn_mode":"standard",
147
147
{% else %}
148
148
"ecn_mode":"copy_from_outer",
You can’t perform that action at this time.
0 commit comments