From a527d1eef46c9a13ee5b22cd802b1a2194e3cec8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 12 Nov 2024 15:33:58 +0000 Subject: [PATCH] Remove ISIS multicast section --- .../roles/bc_templates/routers/nokia/router/isis.j2 | 6 ------ .../routers/nokia/router/p_to_pe_router_base.j2 | 1 - 2 files changed, 7 deletions(-) diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 index af18884d..9ea51d2e 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/isis.j2 @@ -12,12 +12,6 @@ <system-id>{{ iso_system_id }}</system-id> <traffic-engineering>true</traffic-engineering> <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> <timeout>300</timeout> </overload-on-boot> diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 index 2247af90..621d8348 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/p_to_pe_router_base.j2 @@ -9,6 +9,5 @@ {% include 'router/flowspec.j2' %} {% include 'router/ldp.j2' %} {% include 'router/rpki.j2' %} - {% include 'router/isis.j2' %} </router> -- GitLab