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
Internet gateways allow the same IP Pool to be attached multiple times. A single IP Pool should only be able to be attached to an internet gateway at most 1 time.
Steps to Reproduce
These steps were done on the colo rack with the pre-existing private IP Pool. If you don't have an IP Pool to use create one first.
For comparison, for links between silos and IP pools, this is prevented by using the pair of IDs as a primary key. We don't have to take the ID off the gateway-pool joins — should be able to just add a unique index on (internet_gateway_id, ip_pool_id).
Internet gateways allow the same IP Pool to be attached multiple times. A single IP Pool should only be able to be attached to an internet gateway at most 1 time.
Steps to Reproduce
These steps were done on the colo rack with the pre-existing
private
IP Pool. If you don't have an IP Pool to use create one first.Create a VPC.
Attach the same IP Pool multiple times to the
default
internet gateway in the newly created VPC.Observe the same IP Pool is listed multiple times.
CLI:
UI:
The text was updated successfully, but these errors were encountered: