-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RFC compliance of identityref value types
The current code is not compliant to Netconf RFC - RFC6020 https://datatracker.ietf.org/doc/html/rfc6020#section-9.10.5 Also restconf is not compliant to a similar RFC - RFC7951 https://datatracker.ietf.org/doc/html/rfc7951#section-6.8 This change fixes the XML generation tool pyang-apteryx-xml.py to generate enough information so that Netconf and Restconf can set identyref type values with the correct reference information. A basic model test.xml, was modified to set the new the XML properties on a basic type.
- Loading branch information
1 parent
db08f21
commit 3ace1d0
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters