hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
93 stars 91 forks source link

fix: ipv6 rfc2732 #406

Closed tenthirtyam closed 2 months ago

tenthirtyam commented 2 months ago

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 commented 2 months ago

No changes are required in the docs. 😃