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

Change `pe_router_list` in accordance with GSO

parent ef2d5579
No related branches found
No related tags found
1 merge request!197Change `pe_router_list` in accordance with GSO
Pipeline #90593 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<router> <router>
<router-name>Base</router-name> <router-name>Base</router-name>
<bgp> <bgp>
{% for pe_fqdn, pe_ipadd in pe_router_list.all.hosts.items() %} {% for pe_fqdn, pe_ipadd in pe_router_list.items() %}
<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="replace"> <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="replace">
<ip-address>{{ pe_ipadd.lo4 }}</ip-address> <ip-address>{{ pe_ipadd.lo4 }}</ip-address>
<description>{{ pe_fqdn }}</description> <description>{{ pe_fqdn }}</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment