Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: ipv6 rfc2732 #406

Merged
merged 1 commit into from
Apr 15, 2024
Merged

fix: ipv6 rfc2732 #406

merged 1 commit into from
Apr 15, 2024

Conversation

tenthirtyam
Copy link
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 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
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
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
12 checks passed
@nywilken nywilken deleted the fix/ipv6-rfc2732 branch April 15, 2024 14:24
@hashicorp hashicorp locked and limited conversation to collaborators Jun 29, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
2 participants