From owner-freebsd-net@FreeBSD.ORG Fri Sep 24 12:19:13 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C959106564A; Fri, 24 Sep 2010 12:19:13 +0000 (UTC) (envelope-from loki.fab@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id AFA748FC0A; Fri, 24 Sep 2010 12:19:12 +0000 (UTC) Received: by yxn35 with SMTP id 35so1146583yxn.13 for ; Fri, 24 Sep 2010 05:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=qkbJhj2oKOzCzF8pRgg33p6Mbjp9cjXxzkvrS/kie1Q=; b=BmVNMzB8HVHLhxr+sgai5i9yYi9OjD90UIhjwVSQxEKLitFoxafR6M9r1uVgjDeqkL rrg35sDERuid+SnufZQ9khjzj01fhgJy3X7lBcNTcTB4ObtpyuI07EcBc5Hcge3qUixg jjWUNfx1lE0n2AzUQhXiCXGIGDxPGXEWCvkcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OmfrR9XIV0Ud4e8rUQq0fXHrfXzu2Z7ppJAu5TWW5TwnqP8TkJ9jWw6f+8U8tw46R0 LR6go/8cA6IqeQpi9RjX138rbSSaNjLp4HjH9ecRTt6EOJAV6HIXWgmy+pJg/nYBQcBG XGYtey075STxrLYy4yvBFDOH7s4Lam5Du/rJw= MIME-Version: 1.0 Received: by 10.100.33.3 with SMTP id g3mr3567316ang.170.1285330749552; Fri, 24 Sep 2010 05:19:09 -0700 (PDT) Received: by 10.101.67.6 with HTTP; Fri, 24 Sep 2010 05:19:09 -0700 (PDT) In-Reply-To: <20100924.203005.87655823.hrs@allbsd.org> References: <20100924.151429.153301331.hrs@allbsd.org> <20100924.203005.87655823.hrs@allbsd.org> Date: Fri, 24 Sep 2010 20:19:09 +0800 Message-ID: From: Ondoy To: Hiroki Sato Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, net@freebsd.org Subject: Re: Call for testers: RFC 5569 (6rd) support in stf(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 12:19:13 -0000 On Fri, Sep 24, 2010 at 7:30 PM, Hiroki Sato wrote: > > =A0Ahh, no, the embedded IPv4 address only supports exactly 32-bit > =A0length currently. =A0I am working on the shorter case > =A0(i.e. 6rdBRIPv4Address cannot be extracted from 6rdPrefix in a simple > =A0way), so please wait for the next patch ;) > > =A0The current implementation is limited to the cases of "0 < > =A06rdPrefixLen < 32" and BR IPv4 address is embedded in the same way as > =A06to4. > OK, thanks for clarifying that. Regards, Ondoy