Skip to content

Commit

Permalink
Merge pull request #1522 from yang-catalog/main
Browse files Browse the repository at this point in the history
Cronjob - daily update of yang files.
  • Loading branch information
SlavomirMazurPantheon authored Dec 14, 2023
2 parents bf75d62 + bd899ee commit 7d0f3f3
Show file tree
Hide file tree
Showing 2 changed files with 1,208 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ...s/[email protected] → ...s/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module ietf-adapt-subscription {
(RFC 8174) when, and only when, they appear in all
capitals, as shown here.";

revision 2023-05-30 {
revision 2023-12-13 {
description
"Initial revision";
reference
Expand All @@ -80,25 +80,25 @@ module ietf-adapt-subscription {
identity adaptive-unsupported {
base sn:establish-subscription-error;
description
"Adaptive-subscription is not supported for any objects
that are selectable by the filter.";
"Adaptive-subscription is not supported for the targeted set
of objects that are selectable by the filter.";
}

identity xpath-evaluation-unsupported {
base sn:establish-subscription-error;
description
"Unable to parse the xpath evaluation criteria defined in
'xpath-external-eval' because of a syntax error or some
'xpath-eval-criterion' because of a syntax error or some
XPath 1.0 syntax not supported against the specific
object.";
data node.";
}

identity multi-xpath-criteria-conflict {
base sn:establish-subscription-error;
base sn:subscription-terminated-reason;
description
"Multiple Xpath evaluation criteria represented by
'xpath-external-eval' are evaluated as a conflict. I.e.,
'xpath-eval-criterion' are evaluated as a conflict. I.e.,
more than one condition expression is evaluated to
'true'.";
}
Expand All @@ -121,7 +121,7 @@ module ietf-adapt-subscription {
description
"The name of adaptive period.";
}
leaf xpath-external-eval {
leaf xpath-eval-criterion {
type yang:xpath1.0;
mandatory true;
description
Expand Down Expand Up @@ -166,7 +166,8 @@ module ietf-adapt-subscription {
}
}

augment "/sn:establish-subscription/sn:input/yp:update-trigger" {
augment
"/sn:establish-subscription/sn:input/yp:update-trigger" {
description
"This augmentation adds additional establish-subscription
parameters that apply specifically to datastore updates to
Expand Down
Loading

0 comments on commit 7d0f3f3

Please sign in to comment.