Skip to content
Merged
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
6 changes: 3 additions & 3 deletions ietf-immutable-annotation.yang
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ module ietf-immutable-annotation {
annotations in its response to get-data operation.";
leaf with-immutability {
when
"derived-from-or-self(../ncds:datastore,'sysds:system') "
+ "or derived-from-or-self(../ncds:datastore,'ds:intended') "
+ "or derived-from-or-self(../ncds:datastore,'ds:operational')";
"derived-from-or-self(../ncds:datastore,'sysds:system') "
+ "or derived-from-or-self(../ncds:datastore,'ds:intended') "
+ "or derived-from-or-self(../ncds:datastore,'ds:operational')";
type empty;
description
"If this parameter is present, the server returns the
Expand Down
Loading