From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnLG-0007H7-06 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHnLB-0004il-NN for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:21:52 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:58739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnLB-0004iO-Gr for qemu-devel@nongnu.org; Tue, 28 Jun 2016 03:21:49 -0400 Date: Tue, 28 Jun 2016 09:21:46 +0200 From: Samuel Thibault Message-ID: <20160628072146.GZ3403@var.home> References: <1466928242-14496-1-git-send-email-thuth@redhat.com> <20160627202926.GJ3403@var.home> <577220DE.4000304@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <577220DE.4000304@redhat.com> Subject: Re: [Qemu-devel] [PATCH] slirp: Add support for stateless DHCPv6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Jan Kiszka Thomas Huth, on Tue 28 Jun 2016 09:01:50 +0200, wrote: > The options in the DHCPv6 packet do not have any alignment > requirement, so the can also start at uneven addresses. Aow, OK :/ > So I'd like to keep the current code, but I can add some more comments > if you think that helps to understand the "0" for example. Just adding /* 16bit values */ should be enough, yes. Samuel