-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
status:invalidIssue is not reproducible or the behavior is intended.Issue is not reproducible or the behavior is intended.
Description
Calling lyd_print() dumps the loaded schemas not the data:
<libyang>
<modules>
<module>
<name>ietf-inet-types</name>
<revision>2013-07-15</revision>
<namespace>urn:ietf:params:xml:ns:yang:ietf-inet-types</namespace>
<conformance>implement</conformance>
</module>
<module>
<name>ietf-yang-types</name>
<revision>2013-07-15</revision>
<namespace>urn:ietf:params:xml:ns:yang:ietf-yang-types</namespace>
<conformance>implement</conformance>
</module>
<module>
<name>ietf-yang-library</name>
<revision>2015-07-03</revision>
<namespace>urn:ietf:params:xml:ns:yang:ietf-yang-library</namespace>
<conformance>implement</conformance>
</module>
<module-set-id>4</module-set-id>
</modules>
</libyang>
How do I dump/parse/access the data which was added via lyd_parse()
Metadata
Metadata
Assignees
Labels
status:invalidIssue is not reproducible or the behavior is intended.Issue is not reproducible or the behavior is intended.