Skip to content

fix: ipv6 rfc2732#406

Merged
nywilken merged 1 commit intomainfrom
fix/ipv6-rfc2732
Apr 15, 2024
Merged

fix: ipv6 rfc2732#406
nywilken merged 1 commit intomainfrom
fix/ipv6-rfc2732

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

To use a literal IPv6 address in a URL, the literal address must be enclosed in "[" and "]" characters.

ssh example@[2010:836B:4179::836B:4179]

Reference

Refer to https://www.ietf.org/rfc/rfc2732.

Closes: #333

@tenthirtyam tenthirtyam added the bug Bug label Apr 12, 2024
@tenthirtyam tenthirtyam added this to the v1.2.8 milestone Apr 12, 2024
@tenthirtyam tenthirtyam self-assigned this Apr 12, 2024
@tenthirtyam tenthirtyam requested a review from a team as a code owner April 12, 2024 18:26
To use a literal IPv6 address in a URL, the literal address must be enclosed in "[" and "]" characters.

```
ssh example@[2010:836B:4179::836B:4179]
```

Refer to https://www.ietf.org/rfc/rfc2732.

Ref: #333

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
Copy link
Copy Markdown
Contributor

@nywilken nywilken left a comment

Choose a reason for hiding this comment

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

This looks good to me. Thanks for the fix.

Is there anything that needs to be updated in the docs for https://developer.hashicorp.com/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-iso#wait-configuration

@tenthirtyam
Copy link
Copy Markdown
Collaborator Author

No changes are required in the docs. 😃

@tenthirtyam tenthirtyam requested a review from nywilken April 13, 2024 00:35
@nywilken nywilken merged commit 2dc2a61 into main Apr 15, 2024
@nywilken nywilken deleted the fix/ipv6-rfc2732 branch April 15, 2024 14:24
@vmware vmware locked and limited conversation to collaborators Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vsphere-iso: IPv6 ip_wait_address breaks "Waiting for SSH to become available" due to "too many colons in address".

2 participants