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

Merge branch 'fix/pe-specific-fixes' into 'develop'

Remove ISIS multicast section

See merge request !193
parents 8ce1d1f8 a527d1ee
No related branches found
No related tags found
1 merge request!193Remove ISIS multicast section
Pipeline #90307 passed
...@@ -12,12 +12,6 @@ ...@@ -12,12 +12,6 @@
<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>
......
...@@ -9,6 +9,5 @@ ...@@ -9,6 +9,5 @@
{% include 'router/flowspec.j2' %} {% include 'router/flowspec.j2' %}
{% include 'router/ldp.j2' %} {% include 'router/ldp.j2' %}
{% include 'router/rpki.j2' %} {% include 'router/rpki.j2' %}
{% include 'router/isis.j2' %}
</router> </router>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment