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

Remove ISIS multicast section

parent f6afd26b
No related branches found
No related tags found
1 merge request!193Remove ISIS multicast section
Pipeline #90306 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