From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YNU8s-0000Qu-Ni for mharc-grub-devel@gnu.org; Mon, 16 Feb 2015 17:27:50 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNU8q-0000Oi-MU for grub-devel@gnu.org; Mon, 16 Feb 2015 17:27:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNU8n-0000Ie-FB for grub-devel@gnu.org; Mon, 16 Feb 2015 17:27:48 -0500 Received: from outbound-relay2.guardedhost.com ([216.239.133.202]:43803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNU8n-0000Gf-9Z for grub-devel@gnu.org; Mon, 16 Feb 2015 17:27:45 -0500 Received: from ten-mx02.omnis.com (ten-mx02.omnis.com [216.239.133.142]) by outbound-relay.guardedhost.com (Postfix) with ESMTP id 3kmKgs0wPNz3xWs for ; Mon, 16 Feb 2015 22:27:36 +0000 (GMT) Received: from alan-perrys-macbook-pro.local (174-21-242-173.tukw.qwest.net [174.21.242.173]) (Authenticated sender: aperry@snowmoose.com) by ten-mx02.omnis.com (Postfix) with ESMTPA id 3kmKgq4C6lzylt for ; Mon, 16 Feb 2015 22:27:35 +0000 (GMT) Message-ID: <54E26ED7.4050404@snowmoose.com> Date: Mon, 16 Feb 2015 14:27:35 -0800 From: Alan Perry Organization: Snowmoose Software User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Multiboot2 and IPv6 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.6 at ten-mx02.omnis.com X-Virus-Status: Clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse-Id: ecf0ba89-c66a-4469-b7b1-d46e20479fb9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.239.133.202 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 22:27:49 -0000 Is there a way to pass IPv6 network configuration info through multiboot2? The network tag won't work because it is based on DHCPv4 ACK, right? alan