Skip to content
Snippets Groups Projects
Commit 8f78e547 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Wrap yang library data in nc:data element.

parent 9f8aa2c5
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,11 @@ Limitations:
</template>
<template match="nc:capabilities">
<element name="yl:modules-state">
<element name="yl:module-set-id">XXXX</element>
<apply-templates select="nc:capability[contains(., 'module=')]"/>
<element name="nc:data">
<element name="yl:modules-state">
<element name="yl:module-set-id">XXXX</element>
<apply-templates select="nc:capability[contains(., 'module=')]"/>
</element>
</element>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment