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

trunk_deprovision: remove "replace" operation from protocol level

parent 0d6c130d
No related branches found
No related tags found
1 merge request!88trunk_interface Nokia templates
Pipeline #85461 passed
...@@ -42,17 +42,17 @@ ...@@ -42,17 +42,17 @@
<interface-name>{{ local.ae_name }}.0</interface-name> <interface-name>{{ local.ae_name }}.0</interface-name>
</interface> </interface>
</isis> </isis>
<mpls 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"> <mpls 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">
<interface alu:operation="delete"> <interface alu:operation="delete">
<interface-name>{{ local.ae_name | lower }}.0</interface-name> <interface-name>{{ local.ae_name | lower }}.0</interface-name>
</interface> </interface>
</mpls> </mpls>
<pim 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"> <pim 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">
<interface alu:operation="delete"> <interface alu:operation="delete">
<interface-name>{{ local.ae_name | lower }}.0</interface-name> <interface-name>{{ local.ae_name | lower }}.0</interface-name>
</interface> </interface>
</pim> </pim>
<rsvp 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"> <rsvp 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">
<interface alu:operation="delete"> <interface alu:operation="delete">
<interface-name>{{ local.ae_name | lower }}.0</interface-name> <interface-name>{{ local.ae_name | lower }}.0</interface-name>
</interface> </interface>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment