-
Notifications
You must be signed in to change notification settings - Fork 97
Add vpc dualstack capability #842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Tarun Chinmai Sekar <[email protected]>
Signed-off-by: Tarun Chinmai Sekar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces support for VPC dual stack capability by adding a new constant to the regions capability definitions. This enables tracking and management of VPC dual stack features (IPv4 and IPv6) in the codebase.
Key Changes:
- Added
CapabilityVPCDualStackconstant for VPC dual stack functionality
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ezilber-akamai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
| SLAAC *InstanceIP `json:"slaac"` | ||
| Global []IPv6Range `json:"global"` | ||
| // NOTE: IPv6 VPCs may not currently be available to all users. | ||
| VPC []*VPCIP `json:"vpc"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| VPC []*VPCIP `json:"vpc"` | |
| VPC []VPCIP `json:"vpc"` |
Is []*VPCIP necessary here? Can we use a simpler type like []VPCIP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just using whatever ipv4 is doing
📝 Description
What does this PR do and why is this change necessary?
Add vpc dualstack capability
✔️ How to Test
What are the steps to reproduce the issue or verify the changes?
How do I run the relevant unit/integration tests?
📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.