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

updated var name in `delete_p_static_routes`

parent f12c3622
No related branches found
No related tags found
1 merge request!167PE base config - integrated into `base_config` role.
Pipeline #88997 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<router 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"> <router 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">
<router-name>Base</router-name> <router-name>Base</router-name>
<static-routes 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"> <static-routes 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">
{% for route in nokia_static_routes %} {% for route in nokia_p_static_routes %}
<route alu:operation="delete"> <route alu:operation="delete">
<ip-prefix>{{ route.ip_prefix }}</ip-prefix> <ip-prefix>{{ route.ip_prefix }}</ip-prefix>
<route-type>{{ route.route_type }}</route-type> <route-type>{{ route.route_type }}</route-type>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment