Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a common yang-library code #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gcampbell512
Copy link
Contributor

Support from the yang-library data model has been shifted from apteryx-rest to this repository, so that apteryx-netconf can use the common code.

Support from the yang-library data model has been shifted from
apteryx-rest to this repository, so that apteryx-netconf can use the
common code.
@@ -459,6 +460,22 @@ add_module_info_to_children (xmlNode *node, xmlNsPtr ns, xmlChar *mod, xmlChar *
xmlNewProp (n, (const xmlChar *)"version", ver);
xmlNewProp (n, (const xmlChar *)"features", feat);
xmlNewProp (n, (const xmlChar *)"deviations", devi);
s = sch_node_next_sibling ((sch_node *) n);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we found last review that this was not needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants