Skip to content

Commit 58123a7

Browse files
committed
Fix: Incorrect 'route-map' keyword in IOS XR redistribute command
1 parent 590e324 commit 58123a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netsim/ansible/templates/routing/_redistribute.iosxr.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% macro policy(sp_data,af) -%}
2-
{% if 'policy' in sp_data %} route-map {{ sp_data.policy }}-{{ af }}{% endif +%}
2+
{% if 'policy' in sp_data %} route-policy {{ sp_data.policy }}{% endif +%}
33
{%- endmacro %}
44
{% macro config(pdata,af='ipv4',t_proto='',ospf_pid=1,vrf='default') -%}
55
{% set isis_name = isis.instance|default('isis_'+vrf) %}

0 commit comments

Comments
 (0)