Skip to content

Commit

Permalink
default values may be problematic in some usages
Browse files Browse the repository at this point in the history
  • Loading branch information
boucadair authored Apr 25, 2024
1 parent 8ae7994 commit a2dee19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yang/ietf-schedule.yang
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ module ietf-schedule {
}
leaf interval {
type uint32;
default "1";
description
"A positive integer representing at which intervals the
recurrence rule repeats. For example, within a 'daily'
Expand Down Expand Up @@ -632,7 +631,6 @@ module ietf-schedule {
}
leaf workweek-start {
type schedule:weekday;
default "monday";
description
"Specifies the day on which the workweek starts.";
}
Expand Down

0 comments on commit a2dee19

Please sign in to comment.