Skip to content

Commit ddac6ce

Browse files
authored
Merge pull request #198 from Cray-HPE/CASMNET-2345
CASMNET-2350 - Add support for IPv6 enabled SLS schema
2 parents 384ef6a + fedec5b commit ddac6ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

internal/provider/csm/validate/schemas/sls_networks_schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"type": "string",
4040
"pattern": "((^|\\.)((25[0-5])|(2[0-4]\\d)|(1\\d\\d)|([1-9]?\\d))){4}\\/(?:\\d|[12]\\d|3[01])$"
4141
},
42+
"CIDR6": {
43+
"type": "string"
44+
},
4245
"MTU": {
4346
"type": "integer",
4447
"minimum": 1400,
@@ -59,10 +62,17 @@
5962
"type": "string",
6063
"pattern": "((^|\\.)((25[0-5])|(2[0-4]\\d)|(1\\d\\d)|([1-9]?\\d))){4}\\/(?:\\d|[12]\\d|3[01])$"
6164
},
65+
"CIDR6": {
66+
"type": "string"
67+
},
6268
"Gateway": {
6369
"type": "string",
6470
"format": "ipv4"
6571
},
72+
"Gateway6": {
73+
"type": "string",
74+
"format": "ipv6"
75+
},
6676
"VlanID": {
6777
"type": "integer",
6878
"minimum": 0,
@@ -99,6 +109,10 @@
99109
"type": "string",
100110
"format": "ipv4"
101111
},
112+
"IPAddress6": {
113+
"type": "string",
114+
"format": "ipv6"
115+
},
102116
"Aliases": {
103117
"type": "array",
104118
"items": {

0 commit comments

Comments
 (0)