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

GET on specific non-config data for mountpoints fail #485

Open
olofhagsand opened this issue Jan 28, 2024 · 0 comments
Open

GET on specific non-config data for mountpoints fail #485

olofhagsand opened this issue Jan 28, 2024 · 0 comments
Labels

Comments

@olofhagsand
Copy link
Member

For mount-points, cannot get specific state xpath that excludes config.
Example, suppose /top/my-mountpoint is a yang shema mount-point, and that the state tree yang-library is available directly under my-mointpoint, then
the following GET works:

    /top/my-mountpoint

with yang-library returned as part of the full mountpoint data. on the form:

   <top>
     <my-mointpoint>
        <config-data>....</config-data>
        <yang-library>...</yang-library>
     </my-mointpoint>
   </top>
```But the following returns nothing:
/top/my-mountpoint/yang-library
This may possibly have wider consequences also for non-mountpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant