From 338a00614b6b83f7a63201f6c5abff23d9bda761 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 12 Nov 2024 15:15:13 +0000 Subject: [PATCH] Add ISIS to p_to_pe_router_base --- .../bc_templates/routers/nokia/router/p_to_pe_router_base.j2 | 1 + 1 file changed, 1 insertion(+) 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 621d8348..2247af90 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,5 +9,6 @@ {% include 'router/flowspec.j2' %} {% include 'router/ldp.j2' %} {% include 'router/rpki.j2' %} + {% include 'router/isis.j2' %} </router> -- GitLab