File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ module infix-containers {
22
22
prefix infix-sys;
23
23
}
24
24
25
+ revision 2025 -05 -14 {
26
+ description
27
+ "Validation improvement:
28
+ - Added constraint to require either 'source' or 'content' in a container mount." ;
29
+ reference "internal" ;
30
+ }
31
+
25
32
revision 2024 -11 -15 {
26
33
description "Two major changes:
27
34
- Add support for ftp/http/https images with checksum
@@ -392,6 +399,10 @@ module infix-containers {
392
399
type boolean ;
393
400
default true ;
394
401
}
402
+
403
+ must "boolean(source) or boolean(content)" {
404
+ error-message "A mount must have either 'source' or 'content'." ;
405
+ }
395
406
}
396
407
397
408
list volume {
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
# REMEMBER TO UPDATE infix-interfaces ALSO IN confd.inc
3
3
MODULES=(
4
4
" [email protected] -e vlan-filtering -e containers"
5
- " infix-containers@2024-11-15 .yang"
5
+ " infix-containers@2025-05-14 .yang"
6
6
)
You can’t perform that action at this time.
0 commit comments