-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 { | ||
|
@@ -723,5 +723,3 @@ module ietf-schedule { | |
} | ||
} | ||
} | ||
|
||
|