Skip to content
Snippets Groups Projects
Commit f05c5fde authored by ak@geant.org's avatar ak@geant.org
Browse files

add SFM template

parent cf942145
No related branches found
No related tags found
1 merge request!31add SFM template
Pipeline #84736 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