File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
ansible/roles/test/templates Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11[
22{% if outer_ipv 4 %}
3+ {
4+ "TUNNEL_DECAP_TERM_TABLE:TEST_IPINIP_V4_TUNNEL:{{ lo_ip }}" : {
5+ "term_type":"P2MP"
6+ },
7+ "OP": "{{ op }}"
8+ },
39 {
410 "TUNNEL_DECAP_TABLE:TEST_IPINIP_V4_TUNNEL" : {
511 "tunnel_type":"IPINIP",
6- "dst_ip":"{{ lo_ip }}",
712 "dscp_mode":"{{ dscp_mode }}",
813 "ecn_mode":"{{ ecn_mode }}",
914 "ttl_mode":"{{ ttl_mode }}"
1419{% if outer_ipv 6 and outer_ipv 4 %} ,
1520{% endif %}
1621{% if outer_ipv 6 %}
22+ {
23+ "TUNNEL_DECAP_TERM_TABLE:TEST_IPINIP_V6_TUNNEL:{{ lo_ipv6 }}" : {
24+ "term_type":"P2MP"
25+ },
26+ "OP": "{{ op }}"
27+ },
1728 {
1829 "TUNNEL_DECAP_TABLE:TEST_IPINIP_V6_TUNNEL" : {
1930 "tunnel_type":"IPINIP",
20- "dst_ip":"{{ lo_ipv6 }}",
2131 "dscp_mode":"{{ dscp_mode }}",
2232 "ecn_mode":"{{ ecn_mode }}",
2333 "ttl_mode":"{{ ttl_mode }}"
You can’t perform that action at this time.
0 commit comments