rfc9595v12.txt   rfc9595.txt 
skipping to change at line 524 skipping to change at line 524
+-- module-revision? revision-identifier +-- module-revision? revision-identifier
+-- sid-file-version? sid-file-version-identifier +-- sid-file-version? sid-file-version-identifier
+-- sid-file-status? enumeration +-- sid-file-status? enumeration
+-- description? string +-- description? string
+-- dependency-revision* [module-name] +-- dependency-revision* [module-name]
| +-- module-name yang:yang-identifier | +-- module-name yang:yang-identifier
| +-- module-revision revision-identifier | +-- module-revision revision-identifier
+-- assignment-range* [entry-point] +-- assignment-range* [entry-point]
| +-- entry-point sid | +-- entry-point sid
| +-- size uint64 | +-- size uint64
+-- item* [namespace identifier] +-- item* [namespace identifier]
+-- status? enumeration +-- status? enumeration
+-- namespace enumeration +-- namespace enumeration
+-- identifier union +-- identifier union
+-- sid sid +-- sid sid
Figure 1: YANG Tree for 'ietf-sid-file' Figure 1: YANG Tree for 'ietf-sid-file'
The following YANG module defines the structure of ".sid" files. The following YANG module defines the structure of ".sid" files.
Encoding is performed in JSON [STD90] using the rules defined in Encoding is performed in JSON [STD90] using the rules defined in
[RFC7951]. This module imports 'ietf-yang-types' [RFC6991] and [RFC7951]. This module imports 'ietf-yang-types' [RFC6991] and
skipping to change at line 2278 skipping to change at line 2278
this can be achieved by embedding the value of the ".sid" file as the this can be achieved by embedding the value of the ".sid" file as the
value of the content-data member in the following template and value of the content-data member in the following template and
copying over the second-level members as indicated with the angle copying over the second-level members as indicated with the angle
brackets: brackets:
{ {
"ietf-yang-instance-data:instance-data-set": { "ietf-yang-instance-data:instance-data-set": {
"name": "<module-name>@<module-revision>.sid", "name": "<module-name>@<module-revision>.sid",
"description": ["<description>"], "description": ["<description>"],
"content-schema": { "content-schema": {
"module": "ietf-sid-file@2023-10-27" "module": "ietf-sid-file@2024-06-17"
}, },
"content-data": { <replace this object> "content-data": { <replace this object>
"ietf-sid-file:sid-file" : { "ietf-sid-file:sid-file" : {
"module-name": ... "module-name": ...
} }
} }
} }
} }
Acknowledgments Acknowledgments
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.48.