Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A6453200D41 for ; Wed, 22 Nov 2017 13:01:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A4D5C160C0F; Wed, 22 Nov 2017 12:01:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EAE5E160BFD for ; Wed, 22 Nov 2017 13:01:06 +0100 (CET) Received: (qmail 90468 invoked by uid 500); 22 Nov 2017 12:01:06 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 90329 invoked by uid 500); 22 Nov 2017 12:01:06 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 90298 invoked by uid 99); 22 Nov 2017 12:01:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2017 12:01:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C0F7618030B for ; Wed, 22 Nov 2017 12:01:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sKAOxGe7QV1d for ; Wed, 22 Nov 2017 12:01:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 820BA5FDCD for ; Wed, 22 Nov 2017 12:01:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 258E6E059C for ; Wed, 22 Nov 2017 12:01:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9322F255B5 for ; Wed, 22 Nov 2017 12:01:00 +0000 (UTC) Date: Wed, 22 Nov 2017 12:01:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9853) IPv6 Prefix Delegation support in Basic Networking MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Nov 2017 12:01:07 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262406#comment-16262406 ] ASF subversion and git services commented on CLOUDSTACK-9853: ------------------------------------------------------------- Commit 632479d8f8e25d442c09e54f78dbda1c468ca3b6 in cloudstack's branch refs/heads/master from [~widodh] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=632479d ] CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets (#2028) 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 > IPv6 Prefix Delegation support in Basic Networking > -------------------------------------------------- > > Key: CLOUDSTACK-9853 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9853 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the default.) > Components: KVM, Management Server > Reporter: Wido den Hollander > Assignee: Wido den Hollander > Labels: basic-networking, dhcp, dhcpv6, ipv6, virtual-router > > In addition to have a single IPv6 address (/128) Instances in Basic Networking should be able to have a IPv6 subnet, like a /60 for example routed to them. > The mechanism for this is DHCPv6 Prefix Delegation. A DHCPv6 server can tell the Instance which subnet is routed to it. > On the physical router a (static) route needs to be configured to do this. So in Basic Networking it will be up to the network admin to make sure the routes are present. > The Management Server will pick a subnet for a Instance when needed and configure the VR with the proper DHCPv6 arguments so that the right answer is provided to the Instance. > For example when running containers it is very nice to have a subnet routed to your Instance so you can give each container a unique IPv6 address. -- This message was sent by Atlassian JIRA (v6.4.14#64029)