From 4d62647bac72f697aca6484deaf1516a01397d16 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 25 Sep 2024 13:33:04 +0100 Subject: [PATCH] fix in add_all_p_to_pe.j2 --- .../roles/ibgp_update/templates/nokia/add_all_p_to_pe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant/gap_ansible/roles/ibgp_update/templates/nokia/add_all_p_to_pe.j2 b/geant/gap_ansible/roles/ibgp_update/templates/nokia/add_all_p_to_pe.j2 index f25653e2..130a5260 100644 --- a/geant/gap_ansible/roles/ibgp_update/templates/nokia/add_all_p_to_pe.j2 +++ b/geant/gap_ansible/roles/ibgp_update/templates/nokia/add_all_p_to_pe.j2 @@ -10,7 +10,7 @@ <group>{{ geant_bgp_groups.p_only.ipv4 }}</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"> - <ip-address>{{ p_ipadd.lo4 }}</ip-address> + <ip-address>{{ p_ipadd.lo6 }}</ip-address> <description>{{ p_fqdn }}</description> <group>{{ geant_bgp_groups.p_only.ipv6 }}</group> </neighbor> -- GitLab