[ipinip] Fix ipinip.json.j2 for mlnx platform (#2210)
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
This commit is contained in:
parent
f1947bde41
commit
f4cf54fe4f
@ -42,7 +42,7 @@
|
||||
"TUNNEL_DECAP_TABLE:IPINIP_TUNNEL" : {
|
||||
"tunnel_type":"IPINIP",
|
||||
{% if "mlnx" in DEVICE_METADATA.localhost.platform %}
|
||||
"dst_ip":"{% for prefix in ipv4_loopback_addresses %}{{ prefix | ip }}{% if not loop.last %},{% endif %}{% endfor %},
|
||||
"dst_ip":"{% for prefix in ipv4_loopback_addresses %}{{ prefix | ip }}{% if not loop.last %},{% endif %}{% endfor %}",
|
||||
"dscp_mode":"uniform",
|
||||
"ecn_mode":"standard",
|
||||
{% else %}
|
||||
@ -62,7 +62,7 @@
|
||||
"TUNNEL_DECAP_TABLE:IPINIP_V6_TUNNEL" : {
|
||||
"tunnel_type":"IPINIP",
|
||||
{% if "mlnx" in DEVICE_METADATA.localhost.platform %}
|
||||
"dst_ip":"{% for prefix in ipv6_loopback_addresses %}{{ prefix | ip }}{% if not loop.last %},{% endif %}{% endfor %},
|
||||
"dst_ip":"{% for prefix in ipv6_loopback_addresses %}{{ prefix | ip }}{% if not loop.last %},{% endif %}{% endfor %}",
|
||||
"dscp_mode":"uniform",
|
||||
"ecn_mode":"standard",
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user