Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: [M3-7121 & M3-7122] - Support VPC in Linode Add/Edit Config dialog #9709
feat: [M3-7121 & M3-7122] - Support VPC in Linode Add/Edit Config dialog #9709
Changes from 29 commits
168fa98
e325b51
21bc318
6e66e00
8bb08e9
2728840
307c089
d87c0d3
0c2fed9
3242a49
55bfffb
c1c4106
94cc92e
fc008f2
66015bf
47a48cf
8e508c8
0243356
4f42031
8f919ce
8af257c
bc6ea6e
1c5d210
6950b89
bfa3ea6
ccba866
6922b0b
6d969d7
f3fbeac
d1a4830
e9b411d
9ff5c34
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
how can we test this error?
also, let's update this variable name so it's human readable, it's pretty unclear from reading the code
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.
If the linode doesn't have an unused public IP available and the "Assign a public IPv4 address for this Linode" checkbox is checked, the following error gets returned:
One way to get it to be returned is to have an interface with 2 VPC slots and checking off that checkbox for both of them. You need an extra tag to be able to get to that state.
I'll rename the variable to
publicIPv4Error
or something to that effect.