-
Notifications
You must be signed in to change notification settings - Fork 389
upcoming: [M3-10212] β Add VPC IPv6 support in Linode Add/Edit Config dialog #13209
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: develop
Are you sure you want to change the base?
upcoming: [M3-10212] β Add VPC IPv6 support in Linode Add/Edit Config dialog #13209
Conversation
β¦odeConfigSchema for interfaces property
β¦per stakeholder feedback; passing VPCPanel.test.tsx
β¦AC range instead of address
β¦required() from range property in slaacSchema; make range property of IPv6SLAAC optional (edge case where it does not get returned) & minor related change in getLinodeInterfaceIPs() util
Cloud Manager UI test resultsπΊ 2 failing tests on test run #7 βοΈ
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/linodes/clone-linode.spec.ts" |
||||||||||||||||||||
bnussman-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.
Things seems to be working well!
There may or may not be more work needed on what gets shown to the user when a VM has no internet connectivity
| const [newVlan, setNewVlan] = React.useState(''); | ||
|
|
||
| const [autoassignIPv6VPCAddress, setAutoassignIPv6VPCAddress] = | ||
| React.useState<boolean>(false); |
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.
Can we default this to true similar to IPv4?


Description π
Add VPC IPv6 support in Linode Add/Edit Config dialog
Changes π
constants.tsandutilities.tsx, respectivelyUpdateConfigProfileInterfacesSchemaand use it inUpdateLinodeConfigSchemato avoid type/schema errorsScope π’
Upon production release, changes in this PR will be visible to:
Target release date ποΈ
January 2026
Preview π·
How to test π§ͺ
Prerequisites
Ensure the VPC IPv6 feature flag is on and your account has VPC IPv6 customer tags.
Verification steps
ethslotsVPC IPv6and IPv6 range fieldsethslot, the payload and response should reflect no IPv6 data changes (this relates to thehandleChangefunctions inInterfaceSelect.tsx)Author Checklists
As an Author, to speed up the review process, I considered π€
π Doing a self review
β Our contribution guidelines
π€ Splitting feature into small PRs
β Adding a changeset
π§ͺ Providing/improving test coverage
π Removing all sensitive information from the code and PR description
π© Using a feature flag to protect the release
π£ Providing comprehensive reproduction steps
π Providing or updating our documentation
π Scheduling a pair reviewing session
π± Providing mobile support
βΏ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed β