Skip to content

Commit 4c08adb

Browse files
author
ID Bot
committed
Script updating gh-pages from 39f6d0c. [ci skip]
1 parent 74e77b1 commit 4c08adb

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

draft-ietf-netmod-schedule-yang.html

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,27 +2803,10 @@ <h2 id="name-the-ietf-schedule-yang-modu">
28032803
}
28042804
leaf period-end {
28052805
type yang:timeticks;
2806-
must "(not(derived-from(../../frequency,"
2807-
+ "'schedule:secondly')) or (current() &lt; 100)) and "
2808-
+ "(not(derived-from(../../frequency,"
2809-
+ "'schedule:minutely')) or (current() &lt; 6000)) and "
2810-
+ "(not(derived-from(../../frequency,'schedule:hourly'))"
2811-
+ " or (current() &lt; 360000)) and "
2812-
+ "(not(derived-from(../../frequency,'schedule:daily'))"
2813-
+ " or (current() &lt; 8640000)) and "
2814-
+ "(not(derived-from(../../frequency,'schedule:weekly'))"
2815-
+ " or (current() &lt; 60480000)) and "
2816-
+ "(not(derived-from(../../frequency,"
2817-
+ "'schedule:monthly')) or (current() &lt; 267840000)) and "
2818-
+ "(not(derived-from(../../frequency,'schedule:yearly'))"
2819-
+ " or (current() &lt; 3162240000))" {
2820-
error-message
2821-
"The period-end must not exceed the frequency
2822-
interval.";
2823-
}
28242806
description
28252807
"End time of the schedule within one recurrence.
2826-
The period start MUST be no later than the end.";
2808+
The period start MUST be no later than the period
2809+
end.";
28272810
}
28282811
}
28292812
}

draft-ietf-netmod-schedule-yang.txt

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,27 +1498,10 @@ Table of Contents
14981498
}
14991499
leaf period-end {
15001500
type yang:timeticks;
1501-
must "(not(derived-from(../../frequency,"
1502-
+ "'schedule:secondly')) or (current() < 100)) and "
1503-
+ "(not(derived-from(../../frequency,"
1504-
+ "'schedule:minutely')) or (current() < 6000)) and "
1505-
+ "(not(derived-from(../../frequency,'schedule:hourly'))"
1506-
+ " or (current() < 360000)) and "
1507-
+ "(not(derived-from(../../frequency,'schedule:daily'))"
1508-
+ " or (current() < 8640000)) and "
1509-
+ "(not(derived-from(../../frequency,'schedule:weekly'))"
1510-
+ " or (current() < 60480000)) and "
1511-
+ "(not(derived-from(../../frequency,"
1512-
+ "'schedule:monthly')) or (current() < 267840000)) and "
1513-
+ "(not(derived-from(../../frequency,'schedule:yearly'))"
1514-
+ " or (current() < 3162240000))" {
1515-
error-message
1516-
"The period-end must not exceed the frequency
1517-
interval.";
1518-
}
15191501
description
15201502
"End time of the schedule within one recurrence.
1521-
The period start MUST be no later than the end.";
1503+
The period start MUST be no later than the period
1504+
end.";
15221505
}
15231506
}
15241507
}

0 commit comments

Comments
 (0)