confd: merge internal yang revisions when inside release cycle

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-08-22 13:32:47 +02:00
committed by Tobias Waldekranz
parent 5f63a4d671
commit 2d614d4fe1
2 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ sysrepoctl -s $SEARCH \
-i infix-if-type@2023-06-09.yang -g wheel -p 0660 \
-i infix-interfaces@2023-06-05.yang -g wheel -p 0660 \
-e vlan-filtering \
-i infix-system@2023-07-06.yang -g wheel -p 0660 \
-i infix-system@2023-08-15.yang -g wheel -p 0660 \
-I "${INIT_DATA}"
rc=$?
@@ -15,18 +15,15 @@ module infix-system {
contact "kernelkit@googlegroups.com";
description "Infix augments and deviations to ietf-system.";
revision 2023-07-06 {
description "Add support for user login shell.";
reference "internal";
}
revision 2023-08-15 {
description "Add support for user login shell.
revision 2023-07-04 {
description "Updating/adding deviation specifications:
- timezone-name (use tz defs from iana-timezone.yang)
- timezone-utc-offset (updated path for 'not-supported')
- radius ('not-supported')
- dns-resolver port ('not-supported')
- authentication username (limit length and pattern)";
Update/add deviation specifications:
- timezone-name (use tz defs from iana-timezone.yang)
- timezone-utc-offset (updated path for 'not-supported')
- radius ('not-supported')
- dns-resolver port ('not-supported')
- authentication username (limit length and pattern)";
reference "internal";
}