mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
confd: merge internal yang revisions when inside release cycle
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
5f63a4d671
commit
2d614d4fe1
@@ -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=$?
|
||||
|
||||
|
||||
+8
-11
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user