Skip to content
Snippets Groups Projects
Commit b9219996 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Add `multicast-import` into ISIS when router_role=PE

parent 80c01fdd
Branches
Tags
1 merge request!192Fix/pe specific fixes
...@@ -12,6 +12,12 @@ ...@@ -12,6 +12,12 @@
<system-id>{{ iso_system_id }}</system-id> <system-id>{{ iso_system_id }}</system-id>
<traffic-engineering>true</traffic-engineering> <traffic-engineering>true</traffic-engineering>
<area-address>{{ geant_iso_area_id }}</area-address> <area-address>{{ geant_iso_area_id }}</area-address>
{% if router_role == 'pe' %}
<multicast-import>
<ipv4>true</ipv4>
<ipv6>true</ipv6>
</multicast-import>
{% endif %}
<overload-on-boot> <overload-on-boot>
<timeout>300</timeout> <timeout>300</timeout>
</overload-on-boot> </overload-on-boot>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment