We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590e324 commit 58123a7Copy full SHA for 58123a7
netsim/ansible/templates/routing/_redistribute.iosxr.j2
@@ -1,5 +1,5 @@
1
{% macro policy(sp_data,af) -%}
2
- {% if 'policy' in sp_data %} route-map {{ sp_data.policy }}-{{ af }}{% endif +%}
+ {% if 'policy' in sp_data %} route-policy {{ sp_data.policy }}{% endif +%}
3
{%- endmacro %}
4
{% macro config(pdata,af='ipv4',t_proto='',ospf_pid=1,vrf='default') -%}
5
{% set isis_name = isis.instance|default('isis_'+vrf) %}
0 commit comments