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 f25653e2175d2ac1bd718adf87b122667664c25a..130a52600d14fc957237503b7ba20c08aa2e6ce9 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>