From 1fbc0c553317734a3188c934830f0c10e05e83a7 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Thu, 25 Jul 2024 15:55:17 +0100 Subject: [PATCH] Update remove PE from PE Nokia template --- .../roles/ibgp_update/templates/nokia/remove_pe_from_pe.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geant/gap_ansible/roles/ibgp_update/templates/nokia/remove_pe_from_pe.j2 b/geant/gap_ansible/roles/ibgp_update/templates/nokia/remove_pe_from_pe.j2 index 3fddd5f6..48242b15 100644 --- a/geant/gap_ansible/roles/ibgp_update/templates/nokia/remove_pe_from_pe.j2 +++ b/geant/gap_ansible/roles/ibgp_update/templates/nokia/remove_pe_from_pe.j2 @@ -2,12 +2,12 @@ <configure xmlns="urn:nokia.com:sros:ns:yang:sr:conf"> <router> <router-name>Base</router-name> - <bgp> - <neighbor xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="delete"> + <bgp xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes"> + <neighbor alu:operation="delete"> <ip-address>{{ subscription.router.router_lo_ipv4_address }}</ip-address> <group>iGEANT</group> </neighbor> - <neighbor xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="delete"> + <neighbor alu:operation="delete"> <ip-address>{{ subscription.router.router_lo_ipv6_address }}</ip-address> <group>iGEANT6</group> </neighbor> -- GitLab