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

Merge branch 'sfm' into 'develop'

add SFM template

See merge request !31
parents cf942145 f05c5fde
No related branches found
No related tags found
1 merge request!31add SFM template
Pipeline #84737 passed
{% for sfm in nokia_sfms %}
<sfm 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">
<sfm-slot>{{ sfm.sfm_id }}</sfm-slot>
<admin-state>enable</admin-state>
<sfm-type>{{sfm.sfm_type }}</sfm-type>
</sfm>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment