Reply to Message

View discussion in a popup

Replying to:
stumpr
Virtuoso
Virtuoso

The SDK is still parsing for IPv4, so no IPv6 support.  To get support, you'd probably have to use NET::INET6Glue + modify the core SDK modules.  Technically, I think IO::Socket::SSL (which is now favored by default in LWP over Crypt::SSLeay) does support it with recent versions, but again, the vSphere Perl SDK is setting up the initial query calls around IPv6. 

To make it work, it's like you'd have to patch the VICommon.pm, replace the IPv4 checks, and disable the fallback to Crypt::SSLeay that the current version of the Perl SDK uses for legacy purposes.  Then it may use the transparent hooks for IPv6 with IO::Socket::SSL (needs to be tested).

Reuben Stump | http://www.virtuin.com | @ReubenStump
Reply
0 Kudos