packer-community / winrmcp

Copy files to a remote host using WinRM
MIT License
58 stars 31 forks source link

Support for IPv6 addresses in endpoint address (issue #22) #23

Closed mgoldsmi closed 7 years ago

mgoldsmi commented 7 years ago

Changes to the parse endpoint logic to accept IPv6 address as the hostname of the address and resolve issue #22. Uses IpFormat() function by @kristinn and commited to github.com/hashicorp/terraform to identify valid IPv6 addresses.

dylanmei commented 7 years ago

Fantastic, thank you!

mgoldsmi commented 7 years ago

Appreciate the quick merge. Thanks.