We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When preparing JSON examples (see PR #76 ), the following when statement failed validation with yanglint:
"derived-from-or-self(../nwi:class, 'nwi:transceivers-module')";
The issue could have been fixed only by updating the component class definition as:
leaf class { type identityref { base ianahw:hardware-class; } config false; mandatory true; description "The type of the component."; }
This issue needs further investigation:
The text was updated successfully, but these errors were encountered:
2025-01-08 Base Network Inventory weekly call
Agreed to mark it as priority 1 (changing the data type will be an NBC change)
Sorry, something went wrong.
Raised an issue in libyang for their input.
2025-01-29 Base Network Inventory weekly call
It seems a tooling issue: if the transceiver-module identity is moved to iana-hardware module the error message no longer appears
Post Meeting Note: already done in #78 (comment)
prmanna
No branches or pull requests
When preparing JSON examples (see PR #76 ), the following when statement failed validation with yanglint:
The issue could have been fixed only by updating the component class definition as:
This issue needs further investigation:
The text was updated successfully, but these errors were encountered: