File tree Expand file tree Collapse file tree 7 files changed +37
-21
lines changed Expand file tree Collapse file tree 7 files changed +37
-21
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,8 @@ type NetworkDeviceSpec struct {
237
237
Gateway6 string `json:"gateway6,omitempty"`
238
238
239
239
// IPAddrs is a list of one or more IPv4 and/or IPv6 addresses to assign
240
- // to this device.
240
+ // to this device. IP addresses must also specify the segment length in
241
+ // CIDR notation.
241
242
// Required when DHCP4 and DHCP6 are both false.
242
243
// +optional
243
244
IPAddrs []string `json:"ipAddrs,omitempty"`
Original file line number Diff line number Diff line change @@ -237,7 +237,8 @@ type NetworkDeviceSpec struct {
237
237
Gateway6 string `json:"gateway6,omitempty"`
238
238
239
239
// IPAddrs is a list of one or more IPv4 and/or IPv6 addresses to assign
240
- // to this device.
240
+ // to this device. IP addresses must also specify the segment length in
241
+ // CIDR notation.
241
242
// Required when DHCP4 and DHCP6 are both false.
242
243
// +optional
243
244
IPAddrs []string `json:"ipAddrs,omitempty"`
Original file line number Diff line number Diff line change @@ -313,7 +313,8 @@ type NetworkDeviceSpec struct {
313
313
Gateway6 string `json:"gateway6,omitempty"`
314
314
315
315
// IPAddrs is a list of one or more IPv4 and/or IPv6 addresses to assign
316
- // to this device.
316
+ // to this device. IP addresses must also specify the segment length in
317
+ // CIDR notation.
317
318
// Required when DHCP4 and DHCP6 are both false.
318
319
// +optional
319
320
IPAddrs []string `json:"ipAddrs,omitempty"`
Original file line number Diff line number Diff line change @@ -132,8 +132,9 @@ spec:
132
132
type : string
133
133
ipAddrs :
134
134
description : IPAddrs is a list of one or more IPv4 and/or
135
- IPv6 addresses to assign to this device. Required
136
- when DHCP4 and DHCP6 are both false.
135
+ IPv6 addresses to assign to this device. IP addresses
136
+ must also specify the segment length in CIDR notation.
137
+ Required when DHCP4 and DHCP6 are both false.
137
138
items :
138
139
type : string
139
140
type : array
Original file line number Diff line number Diff line change @@ -140,8 +140,9 @@ spec:
140
140
type : string
141
141
ipAddrs :
142
142
description : IPAddrs is a list of one or more IPv4 and/or
143
- IPv6 addresses to assign to this device. Required when
144
- DHCP4 and DHCP6 are both false.
143
+ IPv6 addresses to assign to this device. IP addresses
144
+ must also specify the segment length in CIDR notation.
145
+ Required when DHCP4 and DHCP6 are both false.
145
146
items :
146
147
type : string
147
148
type : array
@@ -535,8 +536,9 @@ spec:
535
536
type : string
536
537
ipAddrs :
537
538
description : IPAddrs is a list of one or more IPv4 and/or
538
- IPv6 addresses to assign to this device. Required when
539
- DHCP4 and DHCP6 are both false.
539
+ IPv6 addresses to assign to this device. IP addresses
540
+ must also specify the segment length in CIDR notation.
541
+ Required when DHCP4 and DHCP6 are both false.
540
542
items :
541
543
type : string
542
544
type : array
@@ -1085,8 +1087,9 @@ spec:
1085
1087
type : string
1086
1088
ipAddrs :
1087
1089
description : IPAddrs is a list of one or more IPv4 and/or
1088
- IPv6 addresses to assign to this device. Required when
1089
- DHCP4 and DHCP6 are both false.
1090
+ IPv6 addresses to assign to this device. IP addresses
1091
+ must also specify the segment length in CIDR notation.
1092
+ Required when DHCP4 and DHCP6 are both false.
1090
1093
items :
1091
1094
type : string
1092
1095
type : array
Original file line number Diff line number Diff line change @@ -241,7 +241,9 @@ spec:
241
241
ipAddrs :
242
242
description : IPAddrs is a list of one or more IPv4
243
243
and/or IPv6 addresses to assign to this device.
244
- Required when DHCP4 and DHCP6 are both false.
244
+ IP addresses must also specify the segment length
245
+ in CIDR notation. Required when DHCP4 and DHCP6
246
+ are both false.
245
247
items :
246
248
type : string
247
249
type : array
@@ -529,7 +531,9 @@ spec:
529
531
ipAddrs :
530
532
description : IPAddrs is a list of one or more IPv4
531
533
and/or IPv6 addresses to assign to this device.
532
- Required when DHCP4 and DHCP6 are both false.
534
+ IP addresses must also specify the segment length
535
+ in CIDR notation. Required when DHCP4 and DHCP6
536
+ are both false.
533
537
items :
534
538
type : string
535
539
type : array
@@ -988,8 +992,10 @@ spec:
988
992
type : string
989
993
ipAddrs :
990
994
description : IPAddrs is a list of one or more IPv4
991
- and/or IPv6 addresses to assign to this device.
992
- Required when DHCP4 and DHCP6 are both false.
995
+ and/or IPv6 addresses to assign to this device. IP
996
+ addresses must also specify the segment length
997
+ in CIDR notation. Required when DHCP4 and DHCP6
998
+ are both false.
993
999
items :
994
1000
type : string
995
1001
type : array
Original file line number Diff line number Diff line change @@ -157,8 +157,9 @@ spec:
157
157
type : string
158
158
ipAddrs :
159
159
description : IPAddrs is a list of one or more IPv4 and/or
160
- IPv6 addresses to assign to this device. Required when
161
- DHCP4 and DHCP6 are both false.
160
+ IPv6 addresses to assign to this device. IP addresses
161
+ must also specify the segment length in CIDR notation.
162
+ Required when DHCP4 and DHCP6 are both false.
162
163
items :
163
164
type : string
164
165
type : array
@@ -568,8 +569,9 @@ spec:
568
569
type : string
569
570
ipAddrs :
570
571
description : IPAddrs is a list of one or more IPv4 and/or
571
- IPv6 addresses to assign to this device. Required when
572
- DHCP4 and DHCP6 are both false.
572
+ IPv6 addresses to assign to this device. IP addresses
573
+ must also specify the segment length in CIDR notation.
574
+ Required when DHCP4 and DHCP6 are both false.
573
575
items :
574
576
type : string
575
577
type : array
@@ -1134,8 +1136,9 @@ spec:
1134
1136
type : string
1135
1137
ipAddrs :
1136
1138
description : IPAddrs is a list of one or more IPv4 and/or
1137
- IPv6 addresses to assign to this device. Required when
1138
- DHCP4 and DHCP6 are both false.
1139
+ IPv6 addresses to assign to this device. IP addresses
1140
+ must also specify the segment length in CIDR notation.
1141
+ Required when DHCP4 and DHCP6 are both false.
1139
1142
items :
1140
1143
type : string
1141
1144
type : array
You can’t perform that action at this time.
0 commit comments