-
Notifications
You must be signed in to change notification settings - Fork 2
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
dummy example module for examples #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Med! ! I was making very similar changes locally, but the validation failed when I tested the generic-schedule-params grouping use, the error message was:
libyang err : Mandatory node "period-start" instance does not exist. (Schema location "/example-schedule-use:period-of-time/period-start", line number 8.)
Easy fix is to remove the mandatory true statement in the ietf-schedule-yang module. Otherwise use each grouping in separate example modules. |
Co-authored-by: Qiufang Ma <72798386+QiufangMa@users.noreply.github.com>
Went with separate modules. |
No description provided.