You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by wido <gi...@git.apache.org> on 2017/04/05 19:20:04 UTC

[GitHub] cloudstack pull request #2028: CLOUDSTACK-9853: Add support for Secondary IP...

GitHub user wido opened a pull request:

    https://github.com/apache/cloudstack/pull/2028

    CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

    This commit adds support for passing IPv6 Addresses and/or Subnets as
    Secondary IPs.
    
    This is groundwork for CLOUDSTACK-9853 where IPv6 Subnets have to be
    allowed in the Security Groups of Instances to we can add DHCPv6
    Prefix Delegation.
    
    Use ; instead of : for separating addresses, otherwise it would cause
    problems with IPv6 Addresses.
    
    Signed-off-by: Wido den Hollander <wi...@widodh.nl>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wido/cloudstack ipv6-secips

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/2028.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 #2028
    
----
commit 05f8e5c9fd9086f1ad9fc643fa25b108acfc3f48
Author: Wido den Hollander <wi...@widodh.nl>
Date:   2017-01-31T15:59:28Z

    CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets
    
    This commit adds support for passing IPv6 Addresses and/or Subnets as
    Secondary IPs.
    
    This is groundwork for CLOUDSTACK-9853 where IPv6 Subnets have to be
    allowed in the Security Groups of Instances to we can add DHCPv6
    Prefix Delegation.
    
    Use ; instead of : for separating addresses, otherwise it would cause
    problems with IPv6 Addresses.
    
    Signed-off-by: Wido den Hollander <wi...@widodh.nl>

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---