Skip to content

Commit

Permalink
resolve comments from Med
Browse files Browse the repository at this point in the history
  • Loading branch information
QiufangMa committed Apr 26, 2024
1 parent 3699f2c commit 711f97d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions yang/ietf-schedule.yang
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module ietf-schedule {
Author: Daniel King
<mailto:[email protected]>";
description
"This YANG module defines a set of common schedule groupings
which are applicable for scheduling purposes such as events,
"This YANG module defines a set of common groupings which
are applicable for scheduling purposes such as events,
policy, services, or resources based on date and time.
Copyright (c) 2024 IETF Trust and the persons identified
Expand Down Expand Up @@ -230,20 +230,20 @@ module ietf-schedule {
identity warning {
base discard-action;
description
"Identity for the action that a warning message is generated
"Indicates that a warning message is generated
when a schedule is discarded.";
}
identity error {
base discard-action;
description
"Identity for the action that an error message is generated
"Indicates that an error message is generated
when a schedule is discarded.";
}
identity silently-discard {
base discard-action;
description
"Identity for the action that silently discards an invalid
schedule.";
"Indicates that an invalid schedule is silently
discarded.";
}

grouping generic-schedule-params {
Expand Down Expand Up @@ -723,5 +723,3 @@ module ietf-schedule {
}
}
}


0 comments on commit 711f97d

Please sign in to comment.