Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E718AE021 for ; Sun, 27 Jan 2013 07:42:27 +0000 (UTC) Received: (qmail 14737 invoked by uid 500); 27 Jan 2013 07:42:27 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 14681 invoked by uid 500); 27 Jan 2013 07:42:26 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 14656 invoked by uid 99); 27 Jan 2013 07:42:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2013 07:42:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.170] (HELO mail-ia0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2013 07:42:18 +0000 Received: by mail-ia0-f170.google.com with SMTP id k20so2846920iak.29 for ; Sat, 26 Jan 2013 23:41:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:x-gm-message-state; bh=4Xv5ezyLge7M6GkE9EkFxV5m67wxanOaJPGY/v5t65w=; b=NglK7hG1gnkGhUWOO97xHbtvZ+KxyHx32WFsTH/4hALCy6LuEHJxLJwqDbIdkgAnjF 5iRYTlbNFNbl792Z7IxwqRz9zecMDPJGkrfHe/ViQKBa8f2H1lAAG2ltc2sxufT6n7kJ thiv5Wykrv5XE2172V+fuxPeP0wOvETvATQ4ZWmzdyDbTPw6d+Xyy5qWt8+wOA9Ge5mU mlSXM7otnK0GBoab7vv0rJB+l+owK/yYmMpWhKggNCxOAMxBssVKLszjEj0TMknpS5xF n33j3S+GlaTwg2GTQSN5SO/1+HuIW//bE1l34zcJAMdr8mUGMTsjmVjelWG7CQGeiL3o misw== MIME-Version: 1.0 X-Received: by 10.42.92.72 with SMTP id s8mr6547690icm.0.1359272517492; Sat, 26 Jan 2013 23:41:57 -0800 (PST) Received: by 10.64.107.200 with HTTP; Sat, 26 Jan 2013 23:41:57 -0800 (PST) X-Originating-IP: [98.248.221.254] Date: Sat, 26 Jan 2013 23:41:57 -0800 Message-ID: Subject: [ACS41] IPv6 development branched out From: Sheng Yang To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkfYDP8mpyrGyiaGY4IgDmBn0EEUfx6UC0gU0BibgkfuA0GrBauR/jrzFrbLpglYPBOfFkM X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've branched out from master for IPv6 development, and pushed the first set of patches. The current code base should able to create one IPv6 advance shared network, and start one IPv6 VM on it. The end user need to ensure the client using LL type DUID(see https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+support) to get the DHCP address correctly. But for testing, you also need a updated systemvm template, mainly due to the upgrade of dnsmasq. I've created the systemvm template which is necessary for this branch to work(by hand, didn't use the broken buildsystemvm.sh script). I'd like to share it as well, but don't know where to put. How about sharefile.com? Or some FTP place? I believe before 4.1 release, we should able to generate the template using the scripts buildsystemvm.sh and update the official template, but since it's a bug fix, we can deal with it later, after 4.1 code freeze. I am still working on the branch. It lacks of many sanity checks, and likely full of bugs. But at least I am able to go through the whole process to create a VM and get IP then say it works, once... For anyone who interested, please check ipv6 branch. --Sheng