Skip to content
Snippets Groups Projects

Repositioning replace to be more safe when redeploying base-config, use...

Merged Simone Spinelli requested to merge base_config_fix_system_interface into develop
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
<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" alu:operation="replace">
<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">
<error-handling>
<error-handling alu:operation="replace">
<update-fault-tolerance>true</update-fault-tolerance>
<update-fault-tolerance>true</update-fault-tolerance>
</error-handling>
</error-handling>
<local-as>
<local-as alu:operation="replace">
<as-number>{{ geant_re_as_number }}</as-number>
<as-number>{{ geant_re_as_number }}</as-number>
</local-as>
</local-as>
<group>
<group alu:operation="replace">
<group-name>iGEANT-P-ONLY</group-name>
<group-name>iGEANT-P-ONLY</group-name>
<admin-state>enable</admin-state>
<admin-state>enable</admin-state>
<next-hop-self>true</next-hop-self>
<next-hop-self>true</next-hop-self>
@@ -17,7 +17,7 @@
@@ -17,7 +17,7 @@
<mcast-ipv4>true</mcast-ipv4>
<mcast-ipv4>true</mcast-ipv4>
</family>
</family>
</group>
</group>
<group>
<group alu:operation="replace">
<group-name>iGEANT6-P-ONLY</group-name>
<group-name>iGEANT6-P-ONLY</group-name>
<authentication-key>aX1kndQNDTAHyJttsnoyKQiLcy8euS8do68= hash2</authentication-key>
<authentication-key>aX1kndQNDTAHyJttsnoyKQiLcy8euS8do68= hash2</authentication-key>
<next-hop-self>true</next-hop-self>
<next-hop-self>true</next-hop-self>
Loading