Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions draft-ietf-netmod-immutable-flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ informative:
Please apply the following replacements:

* XXXX --> the assigned RFC number for this draft
* 2026-02-26 --> the actual date of the publication of this document
* 2026-03-31 --> the actual date of the publication of this document

# Conventions and Definitions

Expand Down Expand Up @@ -211,11 +211,9 @@ informative:
datastore, then the server MUST return an \<rpc-error\> element with an \<error-tag\>
value of "invalid-value".

Configuration data has the same immutability if it appears in different datastores.
Configuration data has the same immutability if it appears in different read-write datastores.
The immutability of configuration data is protocol and
user independent. The immutability of any configuration data, and the value
of any immutable configured data node, MUST only change via software
upgrade, hardware resources change, or license change.
user independent.

# "Immutable" Metadata Annotation

Expand Down Expand Up @@ -421,7 +419,7 @@ Refer to {{RESTCONF-example}} for an example of RESTCONF operation with "with-im
This module imports definitions from {{!RFC7952}}, {{!RFC8342}}, {{!RFC8526}}, and {{!I-D.ietf-netmod-system-config}}.

~~~~
<CODE BEGINS> file "ietf-immutable-annotation@2026-02-26.yang"
<CODE BEGINS> file "ietf-immutable-annotation@2026-03-31.yang"
{::include ietf-immutable-annotation.yang}
<CODE ENDS>
~~~~
Expand Down
2 changes: 1 addition & 1 deletion example-user-group.yang
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module example-user-group {
description
"An example module for basic user and group management.";

revision "2026-02-26" {
revision "2026-03-31" {
description
"Initial version.";
reference
Expand Down
2 changes: 1 addition & 1 deletion ietf-immutable-annotation.yang
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module ietf-immutable-annotation {
(https://www.rfc-editor.org/info/rfcXXXX); see the RFC
itself for full legal notices.";

revision 2026-02-26 {
revision 2026-03-31 {
description
"Initial revision.";
// RFC Ed.: replace XXXX and remove this comment
Expand Down
Loading