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 3B6D6200BA3 for ; Thu, 20 Oct 2016 13:05:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39F74160AF2; Thu, 20 Oct 2016 11:05:01 +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 7FC94160ADB for ; Thu, 20 Oct 2016 13:05:00 +0200 (CEST) Received: (qmail 64759 invoked by uid 500); 20 Oct 2016 11:04:59 -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 64738 invoked by uid 500); 20 Oct 2016 11:04:59 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 64730 invoked by uid 99); 20 Oct 2016 11:04:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 11:04:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 801872C0B04 for ; Thu, 20 Oct 2016 11:04:59 +0000 (UTC) Date: Thu, 20 Oct 2016 11:04:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9359) Return ip6address in Basic Networking MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 11:05:01 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591515#comment-15591515 ] ASF GitHub Bot commented on CLOUDSTACK-9359: -------------------------------------------- Github user NuxRo commented on the issue: https://github.com/apache/cloudstack/pull/1700 Thanks I'd be happy to give this a run when all the bits are in then, @wido @rhtyd if the orangutan could build some packages when the time comes, that's be great. ;-) > Return ip6address in Basic Networking > ------------------------------------- > > Key: CLOUDSTACK-9359 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9359 > Project: CloudStack > Issue Type: Sub-task > Security Level: Public(Anyone can view this level - this is the default.) > Components: API, Management Server > Environment: CloudStack Basic Networking > Reporter: Wido den Hollander > Assignee: Wido den Hollander > Labels: api, basic-networking, ipv6 > Fix For: Future > > > In Basic Networking Instances will obtain their IPv6 address using SLAAC (Stateless Autoconfiguration) as described in the Wiki: https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+in+Basic+Networking > When a ip6cidr is configured and is a /64 we can calculate the IPv6 address an Instance will obtain. > There is no need to store a IPv6 address in the database with the /64 subnet (ip6cidr) and the MAC address we can calculate the address using EUI-64: > "A 64-bit interface identifier is most commonly derived from its 48-bit MAC address. A MAC address 00:0C:29:0C:47:D5 is turned into a 64-bit EUI-64 by inserting FF:FE in the middle: 00:0C:29:FF:FE:0C:47:D5. When this EUI-64 is used to form an IPv6 address it is modified:[1] the meaning of the Universal/Local bit (the 7th most significant bit of the EUI-64, starting from 1) is inverted, so that a 1 now means Universal. To create an IPv6 address with the network prefix 2001:db8:1:2::/64 it yields the address 2001:db8:1:2:020c:29ff:fe0c:47d5 (with the underlined U/L (=Universal/Local) bit inverted to a 1, because the MAC address is universally unique)." > The API should return this address in the ip6address field for a NIC in Basic Networking. > End-Users can use this, but it can also be used internally by Security Grouping to program rules. -- This message was sent by Atlassian JIRA (v6.3.4#6332)