GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/1488
agent: Enable IPv6 connectivity for KVM Agent to Management Server IPv4 is still preferred, so if the hostname of the Management Server returns a A and AAAA-record the Agent will still connect to the server over IPv4. This situation will however allow to use a hostname which only has a AAAA-record. In that case the Agent will connect to the Management Server over IPv6. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/cloudstack agent-ipv6-enable Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1488.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1488 ---- commit 16651feca02798f00a55f123c3e119a981576f53 Author: Wido den Hollander <w...@widodh.nl> Date: 2016-04-12T09:15:09Z agent: Enable IPv6 connectivity for KVM Agent to Management Server IPv4 is still preferred, so if the hostname of the Management Server returns a A and AAAA-record the Agent will still connect to the server over IPv4. This situation will however allow to use a hostname which only has a AAAA-record. In that case the Agent will connect to the Management Server over IPv6. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---