We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d75c8b commit 835147dCopy full SHA for 835147d
netsim/ansible/templates/vrf/dellos10.ospfv2-vrf.j2
@@ -7,6 +7,9 @@ router ospf {{ vdata.vrfidx }} vrf {{ vname }}
7
{% if bgp.as is defined %}
8
redistribute bgp {{ bgp.as }}
9
{% endif %}
10
+{% if 'evpn' in module %}
11
+ redistribute l2vpn evpn
12
+{% endif %}
13
{% if vdata.ospf.reference_bandwidth is defined %}
14
auto-cost reference-bandwidth {{ vdata.ospf.reference_bandwidth }}
15
0 commit comments