Skip to content
Snippets Groups Projects
Commit 4d62647b authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

fix in add_all_p_to_pe.j2

parent aded48e7
Branches
Tags
1 merge request!177PE iBGP/SDP update and backports from v1.0.x
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<group>{{ geant_bgp_groups.p_only.ipv4 }}</group> <group>{{ geant_bgp_groups.p_only.ipv4 }}</group>
</neighbor> </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"> <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> <description>{{ p_fqdn }}</description>
<group>{{ geant_bgp_groups.p_only.ipv6 }}</group> <group>{{ geant_bgp_groups.p_only.ipv6 }}</group>
</neighbor> </neighbor>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment