Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolve error when attempting to parse global IPv6 ranges in Instance.ips #280

Merged
merged 2 commits into from
May 3, 2023

Conversation

lgarber-akamai
Copy link
Contributor

馃摑 Description

This change resolves and error that occurs when attempting to call Instance.ips(...).

鉁旓笍 How to Test

tox

@lgarber-akamai lgarber-akamai requested a review from a team May 3, 2023 21:12
@lgarber-akamai lgarber-akamai changed the base branch from dev to main May 3, 2023 21:14
@zliang-akamai zliang-akamai requested a review from a team May 3, 2023 21:14
@@ -465,7 +465,10 @@ def ips(self):
result["ipv6"]["link_local"],
)

pools = [IPv6Pool(self._client, result["ipv6"]["global"]["range"])]
pools = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should call it ranges instead of pools now?

@ykim-1 ykim-1 merged commit af3c727 into linode:main May 3, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants