You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22635,7 +22635,7 @@ components:
22635
22635
- 198.51.100.2/32
22636
22636
ipv6:
22637
22637
description: |
22638
-
A list of IPv6 addresses or networks. Addresses must be in IP/mask format. Must not be an empty list.
22638
+
A list of IPv6 addresses or networks. Addresses must be in IP/mask format and must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007). Must not be an empty list.
22639
22639
22640
22640
If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
22641
22641
type: array
@@ -28542,6 +28542,7 @@ components:
28542
28542
# * A VPC Subnet requires either `ipv4`, `ipv6`, or both.
28543
28543
# * In requests, only the prefix length is allowed, for example: `/64`. The address range is then automatically assigned.
28544
28544
# * Allowed prefix lengths: 64-125.
28545
+
# * Must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007)
28545
28546
# * The range must not overlap with other Subnets on the same VPC.
0 commit comments