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 NETCONF XPATH 1.0 #86

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

gcampbell512
Copy link
Contributor

Some functions have been added to support XPATH in NETCONF. In particular two new namespace routines have been added to look up a root path based on a namespace and to find a namespace based on a root path name.

A function was added to support the reporting of list key values in an XPATH result tree. This is done by making sure such nodes are present in the hash table of nodes to report in the XPATH result tree.

Added a new function to return the root schema for an instance.
Exposed match_name and sch_ns_match needed by netconf.c
@carlgsmith carlgsmith merged commit 113bbd6 into alliedtelesis:master Nov 20, 2023
1 check passed
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