Skip to content

Commit 862ccdd

Browse files
authored
Merge pull request #919 from bbiggerr/disallow-ipv6-zoneid
Added zone_id restriction for Firewall and VPC ipv6
2 parents 97f21bc + d564e55 commit 862ccdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22635,7 +22635,7 @@ components:
2263522635
- 198.51.100.2/32
2263622636
ipv6:
2263722637
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.
2263922639

2264022640
If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
2264122641
type: array
@@ -28542,6 +28542,7 @@ components:
2854228542
# * A VPC Subnet requires either `ipv4`, `ipv6`, or both.
2854328543
# * In requests, only the prefix length is allowed, for example: `/64`. The address range is then automatically assigned.
2854428544
# * Allowed prefix lengths: 64-125.
28545+
# * Must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007)
2854528546
# * The range must not overlap with other Subnets on the same VPC.
2854628547
# example: fd04:495a:691c:971c:0000:0000:0000:0000/64
2854728548
# x-linode-cli-display: 4

0 commit comments

Comments
 (0)